PHP Класс Joli\Jane\OpenApi\Exception\ParseFailureException

Наследование: extends UnexpectedValueExceptio\UnexpectedValueException
Показать файл Открыть проект

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

Метод Описание
__construct ( string $message = "", integer $code, Exception $previousJson = null, Exception $previousYaml = null ) Construct the exception.
getPreviousJson ( ) : Exception Get the previous exception from the Json serialisation attempt
getPreviousYaml ( ) : Exception Get the previous exception from the Yaml serialisation attempt

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

__construct() публичный Метод

Construct the exception.
public __construct ( string $message = "", integer $code, Exception $previousJson = null, Exception $previousYaml = null )
$message string [optional] The Exception message to throw.
$code integer [optional] The Exception code.
$previousJson Exception [optional] The previous exception from the Json serialisation attempt
$previousYaml Exception [optional] The previous exception from the Yaml serialisation attempt

getPreviousJson() закрытый публичный Метод

Get the previous exception from the Json serialisation attempt
final public getPreviousJson ( ) : Exception
Результат Exception

getPreviousYaml() закрытый публичный Метод

Get the previous exception from the Yaml serialisation attempt
final public getPreviousYaml ( ) : Exception
Результат Exception