PHP 클래스 Eloquent\Phony\Event\Exception\UndefinedEventException

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

공개 메소드들

메소드 설명
__construct ( integer $index, Exception $cause = null ) Construct a new undefined event exception.
index ( ) : integer Get the index.

메소드 상세

__construct() 공개 메소드

Construct a new undefined event exception.
public __construct ( integer $index, Exception $cause = null )
$index integer The index.
$cause Exception The cause, if available.

index() 공개 메소드

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