Bug 25534: (QA follow-up) Update Koha::Hold::cancel POD
[koha.git] / Koha / Exceptions / Patron.pm
blob8eac9c9366ad62fd57414c9af2384aa70a18403a
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"