Fuyukai / Kyoukai

[OLD] A fully async web framework for Python3.5+ using asyncio
https://mirai.veriny.tf
MIT License
298 stars 14 forks source link

Support having one function called for all errors #26

Closed ghost closed 7 years ago

ghost commented 7 years ago

For some of us, we want one thing to cover it all. Having one error handler to handle all errors would allow for lots of cool stuff 👍

Fuyukai commented 7 years ago

This is technically possible by creating an error handler with a very large range (e.g (0, 1000)).

Closing now.