View | Details | Raw Unified | Return to bug 17494
Collapse All | Expand All

(-)a/Koha/Exceptions/Patron/Modification.pm (-1 / +1 lines)
Lines 1-6 Link Here
1
package Koha::Exceptions::Patron::Modification;
1
package Koha::Exceptions::Patron::Modification;
2
2
3
use Modern::Perl;
3
use Modern::Perl;
4
use Koha::Exceptions::Object;
4
5
5
use Exception::Class (
6
use Exception::Class (
6
    'Koha::Exceptions::Koha::Patron::Modification::DuplicateVerificationToken' => {
7
    'Koha::Exceptions::Koha::Patron::Modification::DuplicateVerificationToken' => {
7
- 

Return to bug 17494