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

internalGetVisitor() protected method

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