-
Notifications
You must be signed in to change notification settings - Fork 398
Closed
Labels
status: awaiting answerAwaiting answer from the author of issue or PR.Awaiting answer from the author of issue or PR.
Description
Hi!
I've encountered an annoying issue: I cannot throw error from async controller action.
@Put("/:id/report")
async report() {
throw new NotFoundError("Test");
}
This code does not return any response, while if i remove async keyword everything works fine.
Any ideas why this happening?Thanx!
atomicleopard and yesworld
Metadata
Metadata
Assignees
Labels
status: awaiting answerAwaiting answer from the author of issue or PR.Awaiting answer from the author of issue or PR.