PHP Class Eloquent\Phony\Mock\Exception\InvalidClassNameException

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

Public Methods

Method Description
__construct ( mixed $className ) Construct a new invalid class name exception.
className ( ) : mixed Get the class name.

Method Details

__construct() public method

Construct a new invalid class name exception.
public __construct ( mixed $className )
$className mixed The class name.

className() public method

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