PHP 클래스 Puli\Repository\Api\ResourceNotFoundException

부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: extends RuntimeExceptio\RuntimeException
파일 보기 프로젝트 열기: puli/repository 1 사용 예제들

공개 메소드들

메소드 설명
forPath ( string $path, Exception $cause = null ) : static Creates a new exception for a resource path.

메소드 상세

forPath() 공개 정적인 메소드

Creates a new exception for a resource path.
public static forPath ( string $path, Exception $cause = null ) : static
$path string The path which was not found.
$cause Exception The exception that caused this exception.
리턴 static The created exception.