class SDM::AuthenticationError

AuthenticationError is used to specify an authentication failure condition

Public Class Methods

new(msg) click to toggle source
Calls superclass method SDM::RPCError::new
# File lib/errors/errors.rb, line 58
def initialize(msg)
    super(msg, 16)
end