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