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.



58
59
60
# File 'lib/errors/errors.rb', line 58

def initialize(msg)
    super(msg, 16)
end