Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / user / class_UserPasswordMismatchException.php
index 366dd10d96242fd63c64c03f55df51840270d972..a209ce40cc0c6f05015714f47e7fd85031afe99d 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\User;
+
 /**
  * An exception for mismatching passwords
  *
@@ -40,7 +43,5 @@ class UserPasswordMismatchException extends FrameworkException {
                // Make sure everything is assigned properly
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}