Bug 29234: Further clean Z3950 Tests
[koha-ffzg.git] / Koha / Exceptions / TransferLimit.pm
index 0225b2d..0b1e518 100644 (file)
@@ -17,12 +17,12 @@ package Koha::Exceptions::TransferLimit;
 
 use Modern::Perl;
 
-use Koha::Exceptions::Exception;
+use Koha::Exception;
 
 use Exception::Class (
 
     'Koha::Exceptions::TransferLimit::Exception' => {
-        isa => 'Koha::Exceptions::Exception',
+        isa => 'Koha::Exception',
     },
 
     'Koha::Exceptions::TransferLimit::Duplicate' => {