UNPKG

nestjs-slack-bolt

Version:

A NestJS module for seamless integration with Slack using the Bolt SDK

10 lines (9 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidEventException = void 0; class InvalidEventException extends Error { constructor() { super(`Invalid event exception`); } } exports.InvalidEventException = InvalidEventException;