Bug 25424

Summary: Document our exceptions
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Developer documentationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: dcook
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Jonathan Druart 2020-05-08 11:20:18 UTC
We should list our different exceptions and explain when to use them.

Maybe a wiki page?

Also the naming should be more consistent.
Comment 1 Katrin Fischer 2020-05-09 20:00:32 UTC
I'd love to see more and updated dev documentation on the wiki. We could update/enhance the Devbook (https://wiki.koha-community.org/wiki/Developer_handbook)
Comment 2 Katrin Fischer 2024-01-01 10:25:39 UTC
If you give me some more pointers, I or others might be able to help in writing this up.
Comment 3 Jonathan Druart 2024-01-04 09:21:45 UTC
What kind of pointers do you need?

We need to make Koha::Exceptions namespace more consistent: the naming, the tree, the display of the exception (parameter, errors, stacktrace), etc.
Comment 4 Katrin Fischer 2024-01-06 10:03:27 UTC
It sounds more like a clean-up than a documentation job.