Exception: ProcessOut::AuthenticationError
- Inherits:
-
StandardError
- Object
- StandardError
- ProcessOut::AuthenticationError
- Defined in:
- lib/processout/errors/authentication_error.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
Constructor Details
#initialize(msg) ⇒ AuthenticationError
Returns a new instance of AuthenticationError.
3 4 5 |
# File 'lib/processout/errors/authentication_error.rb', line 3 def initialize(msg) super end |