PHP Class Eloquent\Phony\Call\Exception\UndefinedArgumentException

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

Public Methods

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

Method Details

__construct() public method

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

index() public method

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