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