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

internalGetVisitor() protected method

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