Class: Pay::PaddleClassic::Error

Inherits:
Error
  • Object
show all
Defined in:
lib/pay/paddle_classic.rb

Instance Method Summary collapse

Instance Method Details

#messageObject

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 message
  cause&.message || super
end