Functionseedcordv0.10.6Decorator
Catchable(
options?: CatchableOptions
): (
_target: RepliableInteractionHandler,
_propertyKey: string,
descriptor: TypedPropertyDescriptor<
(...args: any[]) => Promise<void>
>
) => voidCatchable(
options?: CatchableOptions
): (
_target: RepliableInteractionHandler,
_propertyKey: string,
descriptor: TypedPropertyDescriptor<
(...args: any[]) => Promise<void>
>
) => voidoptions?
options?: CatchableOptionsoptions?: CatchableOptionsConfiguration for error handling behavior