1 package Koha
::Exceptions
::Library
;
7 'Koha::Exceptions::Library::Exception' => {
8 description
=> 'Something went wrong!',
11 'Koha::Exceptions::Library::NotFound' => {
12 isa
=> 'Koha::Exceptions::Library::Exception',
13 description
=> 'Library not found',