Exception: WWPassException
- Inherits:
-
StandardError
- Object
- StandardError
- WWPassException
- Defined in:
- lib/wwpass-ruby-sdk/wwpass_exception.rb
Instance Method Summary collapse
-
#initialize(message, reason = ' ') ⇒ WWPassException
constructor
A new instance of WWPassException.
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(, reason = ' ') super + reason end |