PHP Class Eloquent\Phony\Event\Exception\UndefinedEventException

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

Public Methods

Method Description
__construct ( integer $index, Exception $cause = null ) Construct a new undefined event exception.
index ( ) : integer Get the index.

Method Details

__construct() public method

Construct a new undefined event exception.
public __construct ( integer $index, Exception $cause = null )
$index integer The index.
$cause Exception The cause, if available.

index() public method

Get the index.
public index ( ) : integer
return integer The index.