28 Apr
2023
28 Apr
'23
9:35 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33039 --- Comment #13 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- +use Carp qw( croak ); Shouldnt we use exceptions now ? PERL26: Koha::Exceptions (Approved on Apr 26, 2017) Instead of die or croak when meeting unfavorable conditions in our code, we should raise exceptions via Koha::Exceptions. -- You are receiving this mail because: You are watching all bug changes.