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