class SDM::InternalError

InternalError is used to specify an internal system error

def initialize(msg)

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