Exception: Pay::Braintree::Error

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

Direct Known Subclasses

AuthorizationError, Pay::BraintreeError

Instance Attribute Summary

Attributes inherited from Error

#result

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Pay::Error

Instance Method Details

#messageObject



32
33
34
# File 'lib/pay/errors.rb', line 32

def message
  result.message
end