Bug 21395: Fix misc/admin/koha-preferences
[koha.git] / Koha / Exceptions / ClubHold.pm
blobe787c2790842d105ada500e9a84b474facbaf22f
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.",