1 package Koha
::Exceptions
::Authorization
;
7 'Koha::Exceptions::Authorization' => {
8 description
=> 'Something went wrong!',
10 'Koha::Exceptions::Authorization::Unauthorized' => {
11 isa
=> 'Koha::Exceptions::Authorization',
12 description
=> 'Unauthorized',
13 fields
=> ['required_permissions']