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

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

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

Метод Описание
__construct ( string $message = '', integer $code, string $trace = '' ) Creates a new panic error.
getPanicTrace ( ) : 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.

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

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