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