constructor()

in src/errors.ts [25:27]


  constructor(message: string) {
    super(`[GoogleGenerativeAI Error]: ${message}`);
  }