Exception: Paymax1::MissingArgsException
- Defined in:
- lib/paymax1/exception.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message) ⇒ MissingArgsException
constructor
A new instance of MissingArgsException.
Constructor Details
#initialize(message) ⇒ MissingArgsException
Returns a new instance of MissingArgsException.
30 31 32 |
# File 'lib/paymax1/exception.rb', line 30 def initialize() super() end |