Class: Pay::PaddleClassic::Error
- Inherits:
-
Error
- Object
- Error
- Pay::PaddleClassic::Error
- Defined in:
- lib/pay/paddle_classic.rb
Instance Method Summary collapse
-
#message ⇒ Object
Wrapped processor errors report the original message; errors raised with a string keep theirs.
Instance Method Details
#message ⇒ Object
Wrapped processor errors report the original message; errors raised with a string keep theirs
5 6 7 |
# File 'lib/pay/paddle_classic.rb', line 5 def cause&. || super end |