PHP Class Eloquent\Phony\Call\Exception\UndefinedCallException

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

Public Methods

Method Description
__construct ( integer $index ) Construct a new undefined call exception.
index ( ) : integer Get the call index.

Method Details

__construct() public method

Construct a new undefined call exception.
public __construct ( integer $index )
$index integer The call index.

index() public method

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