PHP 클래스 Eloquent\Phony\Call\Exception\UndefinedCallException

상속: extends Exceptio\Exception
파일 보기 프로젝트 열기: eloquent/phony

공개 메소드들

메소드 설명
__construct ( integer $index ) Construct a new undefined call exception.
index ( ) : integer Get the call index.

메소드 상세

__construct() 공개 메소드

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

index() 공개 메소드

Get the call index.
public index ( ) : integer
리턴 integer The call index.