PHP Class Eloquent\Phony\Mock\Exception\InvalidDefinitionException

Inheritance: extends Exceptio\Exception, implements MockException
Datei anzeigen Open project: eloquent/phony

Public Methods

Method Description
__construct ( mixed $name, mixed $value ) Construct a new invalid definition exception.
name ( ) : mixed Get the name.
value ( ) : mixed Get the value.

Method Details

__construct() public method

Construct a new invalid definition exception.
public __construct ( mixed $name, mixed $value )
$name mixed The name.
$value mixed The value.

name() public method

Get the name.
public name ( ) : mixed
return mixed The name.

value() public method

Get the value.
public value ( ) : mixed
return mixed The value.