Exception: Card::Error::ServerError

Inherits:
Card::Error
  • Object
show all
Defined in:
lib/card/error.rb

Overview

error attributable to code (as opposed to card configuration)

Constant Summary

Constants inherited from Card::Error

KEY_MAP

Instance Attribute Summary

Attributes inherited from Card::Error

#card

Instance Method Summary collapse

Methods inherited from Card::Error

card_error_class, #card_message_text, cardify_exception, #initialize, invalid_card_error_class, #message_from_card

Constructor Details

This class inherits a constructor from Card::Error

Instance Method Details

#reportObject



41
42
43
44
# File 'lib/card/error.rb', line 41

def report
  super
  card&.notable_exception_raised
end