class Clearbit::Errors::InvalidWebhookSignature
Raised when the Webhook
Request Signature doesn't validate.
Public Instance Methods
to_s()
click to toggle source
# File lib/clearbit/errors/invalid_webhook_signature.rb, line 5 def to_s 'Clearbit Webhook Request Signature was invalid.' end