1 package Koha
::Exceptions
::ClubHold
;
6 'Koha::Exceptions::ClubHold' => {
7 description
=> "Something went wrong!",
9 'Koha::Exceptions::ClubHold::NoPatrons' => {
10 isa
=> 'Koha::Exceptions::ClubHold',
11 description
=> "Cannot place a hold on a club without patrons.",