]> 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 a3dfcb7a112ea5c4307aabcd060a5a7b150285fa..4c99d05e6064193e68637d75789d3c8c60b12d01 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\User\Auth;
+
 /**
  * An exception thrown when authorization of the user has failed
  *
@@ -40,7 +43,5 @@ class UserAuthorizationException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}