@@ -, +, @@ Koha::Exceptions::MissingParameter --- Koha/Exceptions.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/Koha/Exceptions.pm +++ a/Koha/Exceptions.pm @@ -38,7 +38,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', --