Method: Payline::Error#initialize
- Defined in:
- lib/payline/exceptions.rb
#initialize(message, result = {}) ⇒ Error
Returns a new instance of Error.
4 5 6 7 |
# File 'lib/payline/exceptions.rb', line 4 def initialize(, result = {}) super() @result = result end |