Exception: WWPassException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/wwpass-ruby-sdk/wwpass_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(message, reason = ' ') ⇒ WWPassException

Returns a new instance of WWPassException.



2
3
4
# File 'lib/wwpass-ruby-sdk/wwpass_exception.rb', line 2

def initialize(message, reason = ' ')
  super message + reason
end