Exception: Flowthings::Error::HttpError
- Inherits:
-
Flowthings::Error
- Object
- StandardError
- Flowthings::Error
- Flowthings::Error::HttpError
- Defined in:
- lib/flowthings/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#http_headers ⇒ Object
readonly
Returns the value of attribute http_headers.
Instance Method Summary collapse
-
#initialize(message, http_headers = "") ⇒ HttpError
constructor
A new instance of HttpError.
Constructor Details
#initialize(message, http_headers = "") ⇒ HttpError
Returns a new instance of HttpError.
13 14 15 16 |
# File 'lib/flowthings/error.rb', line 13 def initialize(, http_headers="") @http_headers = http_headers super() end |
Instance Attribute Details
#http_headers ⇒ Object (readonly)
Returns the value of attribute http_headers.
11 12 13 |
# File 'lib/flowthings/error.rb', line 11 def http_headers @http_headers end |