Exception: Telnyx::Errors::WebhookVerificationError

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

Overview

Raised when webhook signature verification fails.

Instance Method Summary collapse

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.

Parameters:

  • message (String)


233
234
235
# File 'lib/telnyx/errors.rb', line 233

def initialize(message:)
  super(message)
end