Exception: AssayDepot::WebhookError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/assaydepot.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Webhook was not applied.", exception_type = "custom") ⇒ WebhookError

Returns a new instance of WebhookError.



18
19
20
21
# File 'lib/assaydepot.rb', line 18

def initialize(msg="Webhook was not applied.", exception_type="custom")
  @exception_type = exception_type
  super(msg)
end