PHP Класс Puli\Repository\Api\UnsupportedLanguageException

С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Наследование: extends RuntimeExceptio\RuntimeException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.