Exception: HashMismatchException

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ HashMismatchException

Returns a new instance of HashMismatchException.



31
32
33
# File 'lib/paynow_sdk.rb', line 31

def initialize(message)
  super(message)
end