Exception: Common::Client::Errors::HTTPError

Inherits:
ClientError show all
Defined in:
lib/common/client/errors.rb

Instance Attribute Summary

Attributes inherited from ClientError

#body, #status

Instance Method Summary collapse

Constructor Details

#initialize(message = nil, status = nil, body = nil) ⇒ HTTPError

Returns a new instance of HTTPError.



24
25
26
# File 'lib/common/client/errors.rb', line 24

def initialize(message = nil, status = nil, body = nil)
  super
end