Joli\Jane\OpenApi\Exception\ParseFailureException::getPreviousJson PHP Метод

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

Get the previous exception from the Json serialisation attempt
final public getPreviousJson ( ) : Exception
Результат Exception
    public final function getPreviousJson()
    {
        return $this->getPrevious();
    }