Exception: Hyperdrive::Errors::HTTPError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Hyperdrive::Errors::HTTPError
- Defined in:
- lib/hyperdrive/errors/http_error.rb
Direct Known Subclasses
BadRequest, InternalServerError, MethodNotAllowed, NotFound, NotImplemented, Unauthorized
Instance Method Summary collapse
Instance Method Details
#http_status_code ⇒ Object
6 7 8 |
# File 'lib/hyperdrive/errors/http_error.rb', line 6 def http_status_code 500 end |