Bug 18309: UNIMARC update from IFLA - authority (fr) (default framework)
[koha.git] / Koha / Exceptions / ClubHold.pm
blob429f89c0bd68c40ab150d80aeefe9c21fc7aa0e1
1 package Koha::Exceptions::ClubHold;
3 use Modern::Perl;
5 use Exception::Class (
6 'Koha::Exceptions::ClubHold' => {
7 description => "Something went wrong!",
8 },
9 'Koha::Exceptions::ClubHold::NoPatrons' => {
10 isa => 'Koha::Exceptions::ClubHold',
11 description => "Cannot place a hold on a club without patrons.",