Exception: GrowthPush::NotFound

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) ⇒ NotFound

Returns a new instance of NotFound.



49
50
51
# File 'lib/growth_push/exception.rb', line 49

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