]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/user/class_UserNoGuestException.php
Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / user / class_UserNoGuestException.php
index f1703232537f320ce0581c69813f2080604f46d3..22d623a79f06c686283a946eda4835daebd80d5f 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * An exception for non-guest accounts (but guest was expected)
  *
@@ -7,6 +10,7 @@
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
+ * @todo               Better rename this
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -41,7 +45,5 @@ class UserNoGuestException extends FrameworkException {
                // Make sure everything is assigned properly
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}