Exception: Hyperdrive::Errors::InternalServerError

Inherits:
HTTPError
  • Object
show all
Defined in:
lib/hyperdrive/errors/internal_server_error.rb

Instance Method Summary collapse

Instance Method Details

#http_status_codeObject



8
9
10
# File 'lib/hyperdrive/errors/internal_server_error.rb', line 8

def http_status_code
  500
end

#messageObject



4
5
6
# File 'lib/hyperdrive/errors/internal_server_error.rb', line 4

def message
  "The server encountered an unexpected condition which prevented it from fulfilling the request."
end