Skip to main content
Module

x/deno_slack_hooks/errors.ts

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
File
export class BundleError extends Error { constructor(options?: ErrorOptions) { super("Error bundling function file", options); }}