Exception: Whatsapp::WebhookSignatureError
- Defined in:
- lib/whatsapp/errors.rb
Overview
Raised when a webhook signature verification fails.
Instance Method Summary collapse
-
#initialize(msg = "Webhook signature verification failed") ⇒ WebhookSignatureError
constructor
A new instance of WebhookSignatureError.
Constructor Details
#initialize(msg = "Webhook signature verification failed") ⇒ WebhookSignatureError
Returns a new instance of WebhookSignatureError.
102 103 104 |
# File 'lib/whatsapp/errors.rb', line 102 def initialize(msg = "Webhook signature verification failed") super end |