PHP Класс Eloquent\Phony\Mock\Exception\InvalidTypeException

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

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

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

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

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

Construct a new invalid type exception.
public __construct ( mixed $type, Exception $cause = null )
$type mixed The type.
$cause Exception The cause, if available.

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

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