constructor()

in src/HandlerError.ts [11:16]


  constructor(webhook: Webhook) {
    super(
      `Unknown webhook event. Action:${webhook.action}, Type:${webhook.type}`
    );
    this.name = "UnknownWebhookEventError";
  }