Functionseedcordv0.12.0Decorator
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