PHP Класс Eloquent\Phony\Call\Event\ThrewEvent

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

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

Метод Описание
__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.