Sha256: a03114bdf4da007ec200631a5b63c408b4cc0d828623301279779aa3494ee2ee

Contents?: true

Size: 292 Bytes

Versions: 11

Compression:

Stored size: 292 Bytes

Contents

module HTTP
  # Generic error
  class Error < StandardError; end

  # Generic Request error
  class RequestError < Error; end

  # Generic Response error
  class ResponseError < Error; end

  # Request to do something when we're in the wrong state
  class StateError < ResponseError; end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
http-0.7.4 lib/http/errors.rb
http-0.6.4 lib/http/errors.rb
http-0.7.3 lib/http/errors.rb
http-0.7.2 lib/http/errors.rb
http-0.7.1 lib/http/errors.rb
http-0.7.0 lib/http/errors.rb
http-0.6.3 lib/http/errors.rb
http-0.6.2 lib/http/errors.rb
http-0.6.1 lib/http/errors.rb
http-0.6.0 lib/http/errors.rb
http-0.6.0.pre lib/http/errors.rb