Exception: Hyperdrive::Errors::NotFound
- Defined in:
- lib/hyperdrive/errors/not_found.rb
Instance Method Summary collapse
Instance Method Details
#http_status_code ⇒ Object
8 9 10 |
# File 'lib/hyperdrive/errors/not_found.rb', line 8 def http_status_code 404 end |
#message ⇒ Object
4 5 6 |
# File 'lib/hyperdrive/errors/not_found.rb', line 4 def "The requested resource could not be found." end |