Exception: Paymax1::AuthorizationException

Inherits:
Exception
  • Object
show all
Defined in:
lib/paymax1/exception.rb

Instance Attribute Summary

Attributes inherited from Exception

#message

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ AuthorizationException

Returns a new instance of AuthorizationException.



12
13
14
# File 'lib/paymax1/exception.rb', line 12

def initialize(message)
  super(message)
end