PHP Class Eloquent\Phony\Mock\Exception\InvalidTypeException

Inheritance: extends Exceptio\Exception, implements MockException
Afficher le fichier Open project: eloquent/phony

Méthodes publiques

Méthode Description
__construct ( mixed $type, Exception $cause = null ) Construct a new invalid type exception.
type ( ) : mixed Get the type.

Method Details

__construct() public méthode

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

type() public méthode

Get the type.
public type ( ) : mixed
Résultat mixed The type.