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

(-)a/Koha/Exceptions.pm (-1 / +4 lines)
Lines 65-70 use Exception::Class ( Link Here
65
        isa => 'Koha::Exception',
65
        isa => 'Koha::Exception',
66
        description => 'General problem adding a library limit'
66
        description => 'General problem adding a library limit'
67
    },
67
    },
68
    'Koha::Exceptions::UnsupportedMediaType' => {
69
        isa => 'Koha::Exception',
70
        description => 'The media format of the requested data is not supported by the server',
71
    },
68
    'Koha::Exceptions::UnderMaintenance' => {
72
    'Koha::Exceptions::UnderMaintenance' => {
69
        isa => 'Koha::Exception',
73
        isa => 'Koha::Exception',
70
        description => 'Koha is under maintenance.'
74
        description => 'Koha is under maintenance.'
71
- 

Return to bug 33482