Exception: Payhere::ValidationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/payhere-sdk/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = message) ⇒ ValidationError

Returns a new instance of ValidationError.



14
15
16
# File 'lib/payhere-sdk/errors.rb', line 14

def initialize(msg = message)
  super(msg)
end