Exception: Clearbit::Errors::InvalidWebhookSignature

Inherits:
StandardError
  • Object
show all
Defined in:
lib/clearbit/errors/invalid_webhook_signature.rb

Overview

Raised when the Webhook Request Signature doesn’t validate.

Instance Method Summary collapse

Instance Method Details

#to_sObject



5
6
7
# File 'lib/clearbit/errors/invalid_webhook_signature.rb', line 5

def to_s
  'Clearbit Webhook Request Signature was invalid.'
end