Sha256: cd916d0fc194d1c8fba3638d67466147577bc3ad79bd98445ab285f0f7de7815

Contents?: true

Size: 236 Bytes

Versions: 17

Compression:

Stored size: 236 Bytes

Contents

# encoding: utf-8

module Hyperdrive
  module Errors
    class NoResponse < HTTPError
      def initialize
        @message = "No response could be generated for this request"
        @http_status_code = 444
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
hyperdrive-0.0.25 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.24 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.23 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.22 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.21 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.20 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.19 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.18 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.17 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.16 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.15 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.14 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.13 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.12 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.11 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.10 lib/hyperdrive/errors/no_response.rb
hyperdrive-0.0.9 lib/hyperdrive/errors/no_response.rb