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