class Tanda::Webhook::Error::MalformedPayload

Defined in:

tanda_webhook/error/malformed_payload.cr

Constant Summary

MALFORMED_PAYLOAD_TEXT = "Malformed payload:".colorize.bold.red

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(body : String, exception) #

[View source]

Instance Method Detail

def pretty_message : String #

[View source]
def try_pretty_parse_body #

[View source]