Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Eloquent
Phony
Call
Exception
UndefinedArgumentException
PHP 클래스 Eloquent\Phony\Call\Exception\UndefinedArgumentException
상속:
extends
Exceptio\Exception
파일 보기
프로젝트 열기: eloquent/phony
공개 메소드들
메소드
설명
__construct
(
integer
$index
)
Construct a new undefined argument exception.
index
( ) :
integer
Get the index.
메소드 상세
__construct()
공개
메소드
Construct a new undefined argument exception.
public
__construct
(
integer
$index
)
$index
integer
The index.
index()
공개
메소드
Get the index.
public
index
( ) :
integer
리턴
integer
The index.