Bug 32030: Link external packages with agreements
[koha-ffzg.git] / Koha / Exceptions / Library.pm
index 06ee38c..9009254 100644 (file)
@@ -2,12 +2,12 @@ package Koha::Exceptions::Library;
 
 use Modern::Perl;
 
-use Koha::Exceptions::Exception;
+use Koha::Exception;
 
 use Exception::Class (
 
     'Koha::Exceptions::Library::Exception' => {
-        isa => 'Koha::Exceptions::Exception',
+        isa => 'Koha::Exception',
     },
 
     'Koha::Exceptions::Library::NotFound' => {