Exception: Pay::Braintree::AuthorizationError

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

Instance Attribute Summary

Attributes inherited from Error

#result

Instance Method Summary collapse

Methods inherited from Error

#cause, #initialize

Constructor Details

This class inherits a constructor from Pay::Braintree::Error

Instance Method Details

#messageObject



4
5
6
# File 'lib/pay/braintree/authorization_error.rb', line 4

def message
  I18n.t("pay.errors.braintree.authorization")
end