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

(-)a/Koha/Exceptions.pm (-1 / +8 lines)
Lines 50-55 use Exception::Class ( Link Here
50
        isa => 'Koha::Exceptions::Exception',
50
        isa => 'Koha::Exceptions::Exception',
51
        description => 'Koha is under maintenance.'
51
        description => 'Koha is under maintenance.'
52
    },
52
    },
53
    'Koha::Exceptions::File' => {
54
        isa => 'Koha::Exceptions::Exception',
55
        description => 'Something wrong with the given file',
56
    },
57
    'Koha::Exceptions::Parse' => {
58
        isa => 'Koha::Exceptions::Exception',
59
        description => 'Parsing the given input failed',
60
    },
53
    # Virtualshelves exceptions
61
    # Virtualshelves exceptions
54
    'Koha::Exceptions::Virtualshelves::DuplicateObject' => {
62
    'Koha::Exceptions::Virtualshelves::DuplicateObject' => {
55
        isa => 'Koha::Exceptions::DuplicateObject',
63
        isa => 'Koha::Exceptions::DuplicateObject',
56
- 

Return to bug 14698