Bug 18501: (follow-up) Test undefined userenv behaviour
[koha.git] / Koha / Exceptions / Library.pm
blobd4b0cfebc3c3f645d02a16c63d37adb3ac318558
1 package Koha::Exceptions::Library;
3 use Modern::Perl;
5 use Exception::Class (
7 'Koha::Exceptions::Library::Exception' => {
8 description => 'Something went wrong!',
9 },
11 'Koha::Exceptions::Library::NotFound' => {
12 isa => 'Koha::Exceptions::Library::Exception',
13 description => 'Library not found',