class Tanda::Webhook::Error::SignatureMismatch

Defined in:

tanda_webhook/error/signature_mismatch.cr

Constant Summary

ACTUAL = "Actual:".colorize.red.bold
ERROR_MESSAGE = "Signatures do not match!".colorize.red.bold
EXPECTED = "Expected:".colorize.red.bold

Constructors

Instance Method Summary

Instance methods inherited from class Tanda::Webhook::Error::Base

handle! handle!, pretty_message pretty_message

Constructor methods inherited from class Tanda::Webhook::Error::Base

new(message) new

Constructor Detail

def self.new(expected : String, actual : String) #

[View source]

Instance Method Detail

def pretty_message #

[View source]