PHP 클래스 Zend\Stratigility\Exception\MiddlewareException

상속: extends RuntimeExceptio\RuntimeException
파일 보기 프로젝트 열기: zendframework/zend-stratigility 1 사용 예제들

공개 메소드들

메소드 설명
fromErrorValue ( mixed $err ) : self Create an instance based on an error value.

비공개 메소드들

메소드 설명
fromType ( string $value ) : self Create an instance using a templated error string.

메소드 상세

fromErrorValue() 공개 정적인 메소드

Create an instance based on an error value.
public static fromErrorValue ( mixed $err ) : self
$err mixed
리턴 self