PHP Class Eloquent\Phony\Mock\Exception\NonMockClassException

Inheritance: extends Exceptio\Exception, implements MockException
Show file Open project: eloquent/phony

Public Methods

Method Description
__construct ( string $className, Exception $cause = null ) Construct a non-mock class exception.
className ( ) : string Get the class name.

Method Details

__construct() public method

Construct a non-mock class exception.
public __construct ( string $className, Exception $cause = null )
$className string The class name.
$cause Exception The cause, if available.

className() public method

Get the class name.
public className ( ) : string
return string The class name.