Class: Alephant::Broker::Response::NotFound
- Defined in:
- lib/alephant/broker/response.rb
Constant Summary
Constants inherited from Base
Base::NOT_MODIFIED_STATUS_CODE, Base::STATUS_CODE_MAPPING
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize ⇒ NotFound
Returns a new instance of NotFound.
10 11 12 |
# File 'lib/alephant/broker/response.rb', line 10 def initialize super(404) end |