constructor()

in src/Linear.ts [8:12]


  constructor(content: string) {
    super();
    this.name = "UndefinedError";
    this.message = `${content} is undefined`;
  }