PHP Класс Eloquent\Phony\Event\Exception\UndefinedEventException

Наследование: extends Exceptio\Exception
Показать файл Открыть проект

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

Метод Описание
__construct ( integer $index, Exception $cause = null ) Construct a new undefined event exception.
index ( ) : integer Get the index.

Описание методов

__construct() публичный Метод

Construct a new undefined event exception.
public __construct ( integer $index, Exception $cause = null )
$index integer The index.
$cause Exception The cause, if available.

index() публичный Метод

Get the index.
public index ( ) : integer
Результат integer The index.