Exception: Common::Client::Errors::HTTPError
- Inherits:
-
ClientError
- Object
- StandardError
- Error
- ClientError
- Common::Client::Errors::HTTPError
- Defined in:
- lib/common/client/errors.rb
Instance Attribute Summary
Attributes inherited from ClientError
Instance Method Summary collapse
-
#initialize(message = nil, status = nil, body = nil) ⇒ HTTPError
constructor
A new instance of HTTPError.
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( = nil, status = nil, body = nil) super end |