Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-10 | linting: Fix linting errors. | Frederick Muriuki Muriithi | |
2024-04-10 | Gracefully handle all `werkzeug.exceptions` errors. | Frederick Muriuki Muriithi | |
2024-04-10 | Use application logger, not root logger. | Frederick Muriuki Muriithi | |
2023-11-30 | Error logging: Add more details to help with debugging. | Frederick Muriuki Muriithi | |
2023-11-30 | Fix errors caught by pylint and mypy. | Frederick Muriuki Muriithi | |
2023-11-28 | Handle generic MySQL errors at the top-level. | Frederick Muriuki Muriithi | |
2023-11-28 | Capture, log and handle generic exceptions | Frederick Muriuki Muriithi | |
Handle any and all unforeseen error conditions gracefully by capturing the exceptions, logging out for debug purposes and providing the user with a generic error page. |