Exception: SDM::AuthenticationError

Inherits:
RPCError
  • Object
show all
Defined in:
lib/errors/errors.rb

Overview

AuthenticationError is used to specify an authentication failure condition

Instance Attribute Summary

Attributes inherited from RPCError

#code

Instance Method Summary collapse

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