https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20590 --- Comment #7 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 74563 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74563&action=edit Bug 20590: Include Koha::Exceptions::Exception This patch makes Koha::Exceptions::Object include Koha::Exceptions::Exception so it is not required to include it excplicitly for using this exceptions. To test: - Run: $ kshell $k prove t/Koha/Exceptions.t => FAIL: Tests fail because Koha::Exceptions::Exception is not (implicitly or explicitly included) - Apply this patch - Run k$ prove t/Koha/Exceptions.t => SUCCESS: Tests pass! Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.