@@ -, +, @@ - Run: $ kshell $k prove t/Koha/Exceptions.t - Apply this patch - Run k$ prove t/Koha/Exceptions.t --- Koha/Exceptions/Object.pm | 2 ++ 1 file changed, 2 insertions(+) --- a/Koha/Exceptions/Object.pm +++ a/Koha/Exceptions/Object.pm @@ -2,6 +2,8 @@ package Koha::Exceptions::Object; use Modern::Perl; +use Koha::Exceptions::Exception; + use Exception::Class ( 'Koha::Exceptions::Object' => { isa => 'Koha::Exceptions::Exception', --