Bug 31378: Add 'parameter' parameter to Koha::Exceptions::MissingParameter
Signed-off-by: Lukasz Koszyk <lukasz.koszyk@kit.edu> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
f3a4e312e2
commit
58d66c35df
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ use Exception::Class (
|
|||
},
|
||||
'Koha::Exceptions::MissingParameter' => {
|
||||
isa => 'Koha::Exception',
|
||||
description => 'A required parameter is missing'
|
||||
description => 'A required parameter is missing',
|
||||
fields => ['parameter'],
|
||||
},
|
||||
'Koha::Exceptions::ParameterTooHigh' => {
|
||||
isa => 'Koha::Exception',
|
||||
|
|
Loading…
Reference in a new issue