Exception: Paymax1::MissingArgsException

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) ⇒ MissingArgsException

Returns a new instance of MissingArgsException.



30
31
32
# File 'lib/paymax1/exception.rb', line 30

def initialize(message)
  super(message)
end