PHP 클래스 Icicle\Concurrent\Exception\TaskException

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

공개 메소드들

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