Exception: Pay::BraintreeError

Inherits:
Pay::Braintree::Error show all
Defined in:
lib/pay/errors.rb

Direct Known Subclasses

BraintreeAuthorizationError

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



61
62
63
64
# File 'lib/pay/errors.rb', line 61

def message
  ActiveSupport::Deprecation.warn("Pay::BraintreeError is deprecated. Instead, use `Pay::Braintree::Error`.")
  super
end