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