PHP Class Spork\Exception\ForkException

Inheritance: extends RuntimeException
Mostrar archivo Open project: kriswallsmith/spork

Public Methods

Method Description
__construct ( $name, $pid, Spork\Util\Error $error = null )
getError ( )
getPid ( )

Method Details

__construct() public method

public __construct ( $name, $pid, Spork\Util\Error $error = null )
$error Spork\Util\Error

getError() public method

public getError ( )

getPid() public method

public getPid ( )