PHP 클래스 Icicle\Concurrent\Exception\PanicError

상속: extends Error, implements Error
파일 보기 프로젝트 열기: icicleio/concurrent

공개 메소드들

메소드 설명
__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