Exception: Served::Resource::NotFound
- Inherits:
-
HttpError
- Object
- StandardError
- Base::ServiceError
- Error
- HttpError
- Served::Resource::NotFound
- Defined in:
- lib/served/resource/http_errors.rb
Overview
404 NotFound
Instance Attribute Summary
Attributes inherited from HttpError
#code, #errors, #message, #response, #server_backtrace
Class Method Summary collapse
Methods inherited from HttpError
Constructor Details
This class inherits a constructor from Served::Resource::HttpError
Class Method Details
.code ⇒ Object
65 66 67 |
# File 'lib/served/resource/http_errors.rb', line 65 def self.code 404 end |