We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf34d4a commit f4cb4e3Copy full SHA for f4cb4e3
1 file changed
src/decorators/Catch.ts
@@ -29,7 +29,6 @@ export function Catch(customResponse?: ErrorResponse) {
29
if (ctx && typeof ctx.reply === 'function') {
30
await ctx.reply(errorResponse.message);
31
}
32
- throw error;
33
34
};
35
0 commit comments