]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/user/class_UnexpectedGuestAccountException.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / exceptions / user / class_UnexpectedGuestAccountException.php
index c7eb157cda020a32157a22960378046515e6bada..3ab48ca4607f44df928dd440a9bcfa3dc3cc52d4 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\User;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * An exception for unexpected guest accounts
  *
@@ -40,7 +46,5 @@ class UnexpectedGuestAccountException extends FrameworkException {
                // Make sure everything is assigned properly
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}