Exception: Hyperdrive::Errors::NotFound

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

Instance Method Summary collapse

Instance Method Details

#http_status_codeObject



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

def http_status_code
  404
end

#messageObject



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

def message
  "The requested resource could not be found."
end