PHP Класс Icicle\Concurrent\Exception\TaskException

Наследование: extends Exception, implements Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $message = '', integer $code, string $trace = '' ) Creates a new panic error.
getWorkerTrace ( ) : string Gets the stack trace at the point the panic occurred.

Описание методов

__construct() публичный Метод

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() публичный Метод

Gets the stack trace at the point the panic occurred.
public getWorkerTrace ( ) : string
Результат string