# File test/test_Error.rb, line 53
    def doc_errors
      @doc_errors_call += 1
      [ { :document => 'Page',
          :arguments => [
            "Hello world.\n",
            'text/plain'
          ],
          :mount_path => '/error',
          :mount_mask => nil,
          :virtual_host => 'www2',
          :exception => RuntimeError.new('test')
        }
      ]
    end