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 |
- |
|
|