Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Eloquent
Phony
Call
Exception
UndefinedArgumentException
PHP Class Eloquent\Phony\Call\Exception\UndefinedArgumentException
Inheritance:
extends
Exceptio\Exception
Show file
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.