PHP Class Eloquent\Phony\Mock\Exception\InvalidMockException

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

Public Methods

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

Method Details

__construct() public method

Construct a new invalid mock exception.
public __construct ( mixed $value )
$value mixed The value.

value() public method

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