Exception: Hyperdrive::Errors::InternalServerError
- Defined in:
- lib/hyperdrive/errors/internal_server_error.rb
Instance Method Summary collapse
Instance Method Details
#http_status_code ⇒ Object
8 9 10 |
# File 'lib/hyperdrive/errors/internal_server_error.rb', line 8 def http_status_code 500 end |
#message ⇒ Object
4 5 6 |
# File 'lib/hyperdrive/errors/internal_server_error.rb', line 4 def "The server encountered an unexpected condition which prevented it from fulfilling the request." end |