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

(-)a/Koha/Exceptions/Patron.pm (-2 / +1 lines)
Lines 10-16 use Exception::Class ( Link Here
10
        description => "Deleting patron failed"
10
        description => "Deleting patron failed"
11
    },
11
    },
12
    'Koha::Exceptions::Patron::NotFound' => {
12
    'Koha::Exceptions::Patron::NotFound' => {
13
        description => "Deleting patron failed"
13
        description => "Patron not found"
14
    },
14
    },
15
);
15
);
16
16
17
- 

Return to bug 19133