@@ -, +, @@ --- Koha/Exceptions/Patron/Modification.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Exceptions/Patron/Modification.pm +++ a/Koha/Exceptions/Patron/Modification.pm @@ -1,6 +1,7 @@ package Koha::Exceptions::Patron::Modification; use Modern::Perl; +use Koha::Exceptions::Object; use Exception::Class ( 'Koha::Exceptions::Koha::Patron::Modification::DuplicateVerificationToken' => { --