Age | Commit message (Expand) | Author |
2024-06-17 | Improve error-handling. | Frederick Muriuki Muriithi |
2024-06-17 | Present errors more cleanly. | Frederick Muriuki Muriithi |
2024-06-10 | Handle generic exceptions. | Frederick Muriuki Muriithi |
2024-06-10 | Return error code in error handlers. | Frederick Muriuki Muriithi |
2024-04-24 | Move the errors module up one level to break circular dependencies. | Frederick Muriuki Muriithi |
2024-03-21 | Rename klass to class_.•••As recommended by:
<https://barry.warsaw.us/software/STYLEGUIDE.txt>
which is a reference for pep-8.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| Munyoki Kilyungi |
2024-01-30 | Add exception traces to error outputs. | Frederick Muriuki Muriithi |
2024-01-29 | Error handling: Handle 404 error. | Frederick Muriuki Muriithi |
2023-09-26 | Handle AuthorisationError at the top-level•••Add an error handler to gracefully handle the custom
AuthorisationError at the application's top-level to avoid having to
manually handle it everywhere that the error (and its sub-classes)
might be raised.
| Frederick Muriuki Muriithi |