PHP Class Eloquent\Phony\Reflection\Exception\UndefinedFeatureException

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

Public Methods

Method Description
__construct ( string $feature ) Construct a new undefined feature exception.
feature ( ) : string Get the feature.

Method Details

__construct() public method

Construct a new undefined feature exception.
public __construct ( string $feature )
$feature string The feature.

feature() public method

Get the feature.
public feature ( ) : string
return string The feature.