https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19871 --- Comment #59 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197490 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197490&action=edit Bug 19871: (QA follow-up) Move ExceptionTranslator to Koha::Exceptions::DBIC::Translator Rename Koha::Schema::Util::ExceptionTranslator to Koha::Exceptions::DBIC::Translator to place it under the established Koha::Exceptions namespace, which better reflects its purpose as an exception handling component rather than a schema utility. The convenience method on Koha::Schema is retained to keep the call-site API ($schema->translate_exception) unchanged. -- You are receiving this mail because: You are watching all bug changes.