in src/HandlerError.ts [4:7]
constructor(webhookType: WebhookEventsUnion) { super(`Callback function doesn't exists for ${webhookType}`); this.name = "CallbackNotFoundError"; }