PHP Класс Webmozart\Json\Migration\UnsupportedVersionException

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

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

Метод Описание
forVersion ( string $version, array $knownVersions, Exception $cause = null ) : static Creates an exception for an unknown version.

Описание методов

forVersion() публичный статический Метод

Creates an exception for an unknown version.
public static forVersion ( string $version, array $knownVersions, Exception $cause = null ) : static
$version string The version that caused the exception
$knownVersions array The known versions
$cause Exception The exception that caused this exception
Результат static The created exception