]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/auth/class_UserAuthorizationException.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / exceptions / auth / class_UserAuthorizationException.php
index dfb06e1001358689864a426c59d12410b6440b38..9148ba6d8d9628208a63cd1c5bf8e2ad2e4a27a4 100644 (file)
@@ -1,10 +1,17 @@
 <?php
+// Own namespace
+namespace CoreFramework\User\Auth;
+
+// Import framework stuff
+use CoreFramework\Filter\Filterable;
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * 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 +47,5 @@ class UserAuthorizationException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}