|
Lines 38-44
use Exception::Class (
Link Here
|
| 38 |
}, |
38 |
}, |
| 39 |
'Koha::Exceptions::MissingParameter' => { |
39 |
'Koha::Exceptions::MissingParameter' => { |
| 40 |
isa => 'Koha::Exception', |
40 |
isa => 'Koha::Exception', |
| 41 |
description => 'A required parameter is missing' |
41 |
description => 'A required parameter is missing', |
|
|
42 |
fields => ['parameter'], |
| 42 |
}, |
43 |
}, |
| 43 |
'Koha::Exceptions::ParameterTooHigh' => { |
44 |
'Koha::Exceptions::ParameterTooHigh' => { |
| 44 |
isa => 'Koha::Exception', |
45 |
isa => 'Koha::Exception', |
| 45 |
- |
|
|