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