Exception: PlanMyStuff::WebhookSignatureError
- Defined in:
- lib/plan_my_stuff/errors.rb
Overview
Raised when a webhook HMAC-SHA256 signature check fails
Instance Method Summary collapse
-
#initialize(message = 'Invalid webhook signature') ⇒ WebhookSignatureError
constructor
A new instance of WebhookSignatureError.
Constructor Details
#initialize(message = 'Invalid webhook signature') ⇒ WebhookSignatureError
Returns a new instance of WebhookSignatureError.
71 72 73 |
# File 'lib/plan_my_stuff/errors.rb', line 71 def initialize( = 'Invalid webhook signature') super end |