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

internalGetVisitor() protected method

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