Exception: AssayDepot::WebhookError
- Inherits:
-
StandardError
- Object
- StandardError
- AssayDepot::WebhookError
- Defined in:
- lib/assaydepot.rb
Instance Method Summary collapse
-
#initialize(msg = "Webhook was not applied.", exception_type = "custom") ⇒ WebhookError
constructor
A new instance of WebhookError.
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 |