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

internalGetVisitor() protected method

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