We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
added ctx.assert
add code and annotation about ctx.on('error', callback), related issue [#1123](https://github.com/koajs/koa/issues/1123)
Use proper ctx.throw syntax and added some notes on using ctx.throw
Updated Error Handling (markdown)
Update for Koa 2
Old example didn't utilize err.status and err.message.
only wackos won't provide an err.message ;D
updates for the latest version of the code
.onerror() is private (for now) and compress handles "error" from the original stream
Created Error Handling (markdown)