Exception: GrowthPush::InternalServerError

Inherits:
Exception
  • Object
show all
Defined in:
lib/growth_push/exception.rb

Instance Attribute Summary

Attributes inherited from Exception

#code, #status

Instance Method Summary collapse

Methods inherited from Exception

handle_response, klass_for_status

Constructor Details

#initialize(code, message) ⇒ InternalServerError

Returns a new instance of InternalServerError.



55
56
57
# File 'lib/growth_push/exception.rb', line 55

def initialize(code, message)
  super 500, code, message
end