Class: Alephant::Broker::Response::ServerError

Inherits:
Base
  • Object
show all
Defined in:
lib/alephant/broker/response.rb

Constant Summary

Constants inherited from Base

Base::STATUS_CODE_MAPPING

Instance Attribute Summary

Attributes inherited from Base

#content, #headers, #status

Instance Method Summary collapse

Constructor Details

#initializeServerError

Returns a new instance of ServerError.



22
23
24
# File 'lib/alephant/broker/response.rb', line 22

def initialize
  super(500)
end