PHP 클래스 Eloquent\Phony\Mock\Exception\InvalidTypeException

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

공개 메소드들

메소드 설명
__construct ( mixed $type, Exception $cause = null ) Construct a new invalid type exception.
type ( ) : mixed Get the type.

메소드 상세

__construct() 공개 메소드

Construct a new invalid type exception.
public __construct ( mixed $type, Exception $cause = null )
$type mixed The type.
$cause Exception The cause, if available.

type() 공개 메소드

Get the type.
public type ( ) : mixed
리턴 mixed The type.