Lines 55-61
use Exception::Class (
Link Here
|
55 |
}, |
55 |
}, |
56 |
'Koha::Exceptions::WrongParameter' => { |
56 |
'Koha::Exceptions::WrongParameter' => { |
57 |
isa => 'Koha::Exception', |
57 |
isa => 'Koha::Exception', |
58 |
description => 'One or more parameters are wrong', |
58 |
description => 'Parameter has wrong value or type', |
|
|
59 |
fields => ['name', 'value', 'type'], |
59 |
}, |
60 |
}, |
60 |
'Koha::Exceptions::NoPermission' => { |
61 |
'Koha::Exceptions::NoPermission' => { |
61 |
isa => 'Koha::Exception', |
62 |
isa => 'Koha::Exception', |