Exception: PlanMyStuff::WebhookSignatureError

Inherits:
Error
  • Object
show all
Defined in:
lib/plan_my_stuff/errors.rb

Overview

Raised when a webhook HMAC-SHA256 signature check fails

Instance Method Summary collapse

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(message = 'Invalid webhook signature')
  super
end