PHP Class Icicle\Concurrent\Exception\TaskException

Inheritance: extends Exception, implements Exception
Afficher le fichier Open project: icicleio/concurrent

Méthodes publiques

Méthode 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 méthode

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 méthode

Gets the stack trace at the point the panic occurred.
public getWorkerTrace ( ) : string
Résultat string