class SDM::InternalError

def initialize(msg)

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