Exception: Tinybucket::Error::BaseError
- Inherits:
-
StandardError
- Object
- StandardError
- Tinybucket::Error::BaseError
- Defined in:
- lib/tinybucket/error/base_error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response_headers ⇒ Object
readonly
Returns the value of attribute response_headers.
-
#response_message ⇒ Object
readonly
Returns the value of attribute response_message.
Instance Method Summary collapse
-
#initialize(message) ⇒ BaseError
constructor
A new instance of BaseError.
Constructor Details
#initialize(message) ⇒ BaseError
Returns a new instance of BaseError.
8 9 10 11 |
# File 'lib/tinybucket/error/base_error.rb', line 8 def initialize() super @response_message = end |
Instance Attribute Details
#response_headers ⇒ Object (readonly)
Returns the value of attribute response_headers.
6 7 8 |
# File 'lib/tinybucket/error/base_error.rb', line 6 def response_headers @response_headers end |
#response_message ⇒ Object (readonly)
Returns the value of attribute response_message.
6 7 8 |
# File 'lib/tinybucket/error/base_error.rb', line 6 def @response_message end |