Exception: Telnyx::Errors::WebhookVerificationError
- Defined in:
- lib/telnyx/errors.rb
Overview
Raised when webhook signature verification fails.
Instance Method Summary collapse
-
#initialize(message:) ⇒ WebhookVerificationError
constructor
private
A new instance of WebhookVerificationError.
Constructor Details
#initialize(message:) ⇒ WebhookVerificationError
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of WebhookVerificationError.
233 234 235 |
# File 'lib/telnyx/errors.rb', line 233 def initialize(message:) super() end |