# File test/test_Error.rb, line 68
    def filter_errors
      @filter_errors_call += 1
      [ { :filter => 'Filter',
          :arguments => [
            'foo',
            'bar'
          ],
          :attach_path => '/error',
          :attach_mask => nil,
          :virtual_host => 'www2',
          :exception => RuntimeError.new('test')
        }
      ]
    end