]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/auth/class_UserAuthorizationException.php
Continued:
[core.git] / inc / main / exceptions / auth / class_UserAuthorizationException.php
index dfb06e1001358689864a426c59d12410b6440b38..4c99d05e6064193e68637d75789d3c8c60b12d01 100644 (file)
@@ -1,10 +1,13 @@
 <?php
+// Own namespace
+namespace CoreFramework\User\Auth;
+
 /**
  * An exception thrown when authorization of the user has failed
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @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
  *
@@ -40,7 +43,5 @@ class UserAuthorizationException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}