Exception: Card::Error::ServerError
- Inherits:
-
Card::Error
- Object
- StandardError
- Card::Error
- Card::Error::ServerError
- Defined in:
- lib/card/error.rb
Overview
error attributable to code (as opposed to card configuration)
Constant Summary
Constants inherited from Card::Error
Instance Attribute Summary
Attributes inherited from Card::Error
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
#report ⇒ Object
41 42 43 44 |
# File 'lib/card/error.rb', line 41 def report super card&.notable_exception_raised end |