|
Lines 15-20
use Exception::Class (
Link Here
|
| 15 |
isa => 'Koha::Exception', |
15 |
isa => 'Koha::Exception', |
| 16 |
description => 'Same object already exists', |
16 |
description => 'Same object already exists', |
| 17 |
}, |
17 |
}, |
|
|
18 |
'Koha::Exceptions::FileNotFound' => { |
| 19 |
isa => 'Koha::Exception', |
| 20 |
description => 'File not found', |
| 21 |
fields => ['filename'], |
| 22 |
}, |
| 18 |
'Koha::Exceptions::InvalidStatus' => { |
23 |
'Koha::Exceptions::InvalidStatus' => { |
| 19 |
isa => 'Koha::Exception', |
24 |
isa => 'Koha::Exception', |
| 20 |
description => 'The current status is not valid in context', |
25 |
description => 'The current status is not valid in context', |
| 21 |
- |
|
|