PHP 클래스 Puli\Repository\Api\UnsupportedLanguageException

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

공개 메소드들

메소드 설명
forLanguage ( string $language, Exception $cause = null ) : static Creates an exception for an unsupported language string.

메소드 상세

forLanguage() 공개 정적인 메소드

Creates an exception for an unsupported language string.
public static forLanguage ( string $language, Exception $cause = null ) : static
$language string The unsupported language.
$cause Exception The exception that caused this exception.
리턴 static The created exception.