Bug 26922: Regression tests
[koha.git] / Koha / Exceptions / Patron.pm
blob069ed942c23f1475319b971fc2e608e4dd186255
1 package Koha::Exceptions::Patron;
3 use Modern::Perl;
5 use Exception::Class (
6 'Koha::Exceptions::Patron' => {
7 description => "Something went wrong!"
8 },
9 'Koha::Exceptions::Patron::FailedDelete' => {
10 description => "Deleting patron failed"
12 'Koha::Exceptions::Patron::FailedDeleteAnonymousPatron' => {
13 description => "Deleting patron failed, AnonymousPatron is not deleteable"