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