Bug 32030: Link external packages with agreements
[koha-ffzg.git] / Koha / Exceptions / Elasticsearch.pm
index 37d993f..227fd65 100644 (file)
@@ -17,12 +17,12 @@ package Koha::Exceptions::Elasticsearch;
 
 use Modern::Perl;
 
-use Koha::Exceptions::Exception;
+use Koha::Exception;
 
 use Exception::Class (
 
     'Koha::Exceptions::Elasticsearch' => {
-        isa => 'Koha::Exceptions::Exception',
+        isa => 'Koha::Exception',
     },
     'Koha::Exceptions::Elasticsearch::BadResponse' => {
         isa         => 'Koha::Exceptions::Elasticsearch',