PHP 클래스 Eloquent\Phony\Call\Event\ThrewEvent

상속: extends AbstractCallEvent, implements ResponseEvent
파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

메소드 설명
__construct ( integer $sequenceNumber, float $time, Exceptio\Exception | Erro\Error $exception ) Construct a 'threw' event.
exception ( ) : Exceptio\Exception | Erro\Error Get the thrown exception.

메소드 상세

__construct() 공개 메소드

Construct a 'threw' event.
public __construct ( integer $sequenceNumber, float $time, Exceptio\Exception | Erro\Error $exception )
$sequenceNumber integer The sequence number.
$time float The time at which the event occurred, in seconds since the Unix epoch.
$exception Exceptio\Exception | Erro\Error The thrown exception.

exception() 공개 메소드

Get the thrown exception.
public exception ( ) : Exceptio\Exception | Erro\Error
리턴 Exceptio\Exception | Erro\Error The thrown exception.