PHP Класс Eloquent\Phony\Call\Exception\UndefinedCallException

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

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

Метод Описание
__construct ( integer $index ) Construct a new undefined call exception.
index ( ) : integer Get the call index.

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

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

Construct a new undefined call exception.
public __construct ( integer $index )
$index integer The call index.

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

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