Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Eloquent
Phony
Call
Exception
UndefinedArgumentException
PHP Class Eloquent\Phony\Call\Exception\UndefinedArgumentException
Inheritance:
extends
Exceptio\Exception
Afficher le fichier
Open project: eloquent/phony
Méthodes publiques
Méthode
Description
__construct
(
integer
$index
)
Construct a new undefined argument exception.
index
( ) :
integer
Get the index.
Method Details
__construct()
public
méthode
Construct a new undefined argument exception.
public
__construct
(
integer
$index
)
$index
integer
The index.
index()
public
méthode
Get the index.
public
index
( ) :
integer
Résultat
integer
The index.