Exception: Hyperdrive::Errors::UnknownError
- Defined in:
- lib/hyperdrive/errors/unknown_error.rb
Instance Attribute Summary
Attributes inherited from HTTPError
Instance Method Summary collapse
-
#initialize ⇒ UnknownError
constructor
A new instance of UnknownError.
Constructor Details
#initialize ⇒ UnknownError
Returns a new instance of UnknownError.
6 7 8 9 |
# File 'lib/hyperdrive/errors/unknown_error.rb', line 6 def initialize @http_status_code = 500 = 'Unknown Error.' end |