31 Jul
2018
31 Jul
'18
5:46 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21134 --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- To test you can play with the following snippet: use Koha::Exceptions::Patron::Modification; use Try::Tiny; try { die "this is a specific error"; } catch { Koha::Exceptions::Patron::Modification->throw($@); }; then replace $@ with $_ -- You are receiving this mail because: You are watching all bug changes.