PHP Class Icicle\Concurrent\Exception\PanicError

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

Public Methods

Method Description
__construct ( string $message = '', integer $code, string $trace = '' ) Creates a new panic error.
getPanicTrace ( ) : 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.

getPanicTrace() public method

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