Class: Pay::PaddleBilling::Error

Inherits:
Error
  • Object
show all
Defined in:
lib/pay/paddle_billing.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_billing.rb', line 5

def message
  cause&.message || super
end