eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\NotFoundExceptionTest::internalGetVisitor PHP Method

internalGetVisitor() protected method

Get the exception visitor.
protected internalGetVisitor ( ) : NotFoundException
return eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\NotFoundException
    protected function internalGetVisitor()
    {
        return new ValueObjectVisitor\NotFoundException();
    }