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.



18
# File 'lib/alephant/broker/response.rb', line 18

def initialize; super(500) end