We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6853af commit d32623bCopy full SHA for d32623b
docs/error-handling.md
@@ -56,5 +56,6 @@ app.use(async (ctx, next) => {
56
way back through the middleware chain, if an error is caught
57
and not thrown again, it will not be passed to the error
58
listener. If no error event listener is specified, then
59
- `app.onerror` will be used, which simply log the error if
60
- `error.expose` is true and `app.silent` is false.
+ `app.onerror` will be used, which simply log the error unless
+ `error.expose`is true or `app.silent` is true or `error.status`
61
+ is 404.
0 commit comments