constructor(code /*: number */, msg /*: string */) {
    super(msg)

    if (Error.captureStackTrace) {
      Error.captureStackTrace(this, RegeditError)