]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/user/class_AccountPasswordMismatchException.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / exceptions / user / class_AccountPasswordMismatchException.php
index 3bfa5b2c07df54a03fd7e677f964b921b3224123..4d6f09143f1ee306679de1cdd8c3c5a555b5145c 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\User;
+
+// Import framework stuff
+use CoreFramework\Filter\Filterable;
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * An exception for mismatching passwords
  *
@@ -39,7 +46,5 @@ class AccountPasswordMismatchException extends FrameworkException {
                // Make sure everything is assigned properly
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}