Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-21 | Rename klass to class_. | Munyoki Kilyungi | |
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> | |||
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 | Frederick Muriuki Muriithi | |
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. |