eZ\Publish\Core\REST\Client\Tests\Input\Parser\NotFoundExceptionTest::getParser PHP Method

getParser() protected method

Gets the parser for error message.
protected getParser ( ) : eZ\Publish\Core\REST\Client\Input\Parser\ErrorMessage;
return eZ\Publish\Core\REST\Client\Input\Parser\ErrorMessage;
    protected function getParser()
    {
        return new Parser\ErrorMessage();
    }
NotFoundExceptionTest