Bug 32030: Link external packages with agreements
[koha-ffzg.git] / Koha / Exceptions / Password.pm
index 7219a00..803e8a7 100644 (file)
@@ -17,12 +17,12 @@ package Koha::Exceptions::Password;
 
 use Modern::Perl;
 
-use Koha::Exceptions::Exception;
+use Koha::Exception;
 
 use Exception::Class (
 
     'Koha::Exceptions::Password' => {
-        isa => 'Koha::Exceptions::Exception',
+        isa => 'Koha::Exception',
     },
     'Koha::Exceptions::Password::Invalid' => {
         isa => 'Koha::Exceptions::Password',