View | Details | Raw Unified | Return to bug 20590
Collapse All | Expand All

(-)a/Koha/Exceptions/Object.pm (-1 / +2 lines)
Lines 2-7 package Koha::Exceptions::Object; Link Here
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
4
5
use Koha::Exceptions::Exception;
6
5
use Exception::Class (
7
use Exception::Class (
6
    'Koha::Exceptions::Object' => {
8
    'Koha::Exceptions::Object' => {
7
        isa         => 'Koha::Exceptions::Exception',
9
        isa         => 'Koha::Exceptions::Exception',
8
- 

Return to bug 20590