Skip to main content
Module

x/grammy/composer.ts>BotError

The Telegram Bot Framework.
Very Popular
Go to Latest
class BotError
extends Error
import { BotError } from "https://deno.land/x/grammy@v1.14.0/composer.ts";

This error is thrown when middleware throws. It simply wraps the original error (accessible via the error property), but also provides access to the respective context object that was processed while the error occurred.

Constructors

new
BotError(error: unknown, ctx: C)

Type Parameters

optional
C extends Context = Context