Exception: Whatsapp::WebhookSignatureError

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

Overview

Raised when a webhook signature verification fails.

Instance Method Summary collapse

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