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