Method: Pay::Braintree::Error#result
- Defined in:
- lib/pay/braintree/error.rb
#result ⇒ Object (readonly)
For any manually raised Braintree error results (for failure responses) we can raise this exception manually but treat it as if we wrapped an exception
7 8 9 |
# File 'lib/pay/braintree/error.rb', line 7 def result @result end |