Joli\Jane\OpenApi\Exception\ParseFailureException::getPreviousJson PHP Method

getPreviousJson() final public method

Get the previous exception from the Json serialisation attempt
final public getPreviousJson ( ) : Exception
return Exception
    public final function getPreviousJson()
    {
        return $this->getPrevious();
    }