PHP Class Icicle\Concurrent\Exception\TaskException

Inheritance: extends Exception, implements Exception
Datei anzeigen Open project: icicleio/concurrent

Public Methods

Method Description
__construct ( string $message = '', integer $code, string $trace = '' ) Creates a new panic error.
getWorkerTrace ( ) : string Gets the stack trace at the point the panic occurred.

Method Details

__construct() public method

Creates a new panic error.
public __construct ( string $message = '', integer $code, string $trace = '' )
$message string The panic message.
$code integer The panic code.
$trace string The panic stack trace.

getWorkerTrace() public method

Gets the stack trace at the point the panic occurred.
public getWorkerTrace ( ) : string
return string