Exception: SDM::AuthenticationError
- Defined in:
- lib/errors/errors.rb
Overview
AuthenticationError is used to specify an authentication failure condition
Instance Attribute Summary
Attributes inherited from RPCError
Instance Method Summary collapse
-
#initialize(msg) ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
Constructor Details
#initialize(msg) ⇒ AuthenticationError
Returns a new instance of AuthenticationError.
59 60 61 |
# File 'lib/errors/errors.rb', line 59 def initialize(msg) super(msg, 16) end |