class SDM::AlreadyExistsError

AlreadyExistsError is used when an entity already exists in the system

Public Class Methods

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