]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/main/class_EmptyVariableException.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / exceptions / main / class_EmptyVariableException.php
index 9928af9bd37742ca632ccffd5d50f96fc2bfddea..7366afb3ee6b02b2d26855d7fcbed0a48ba5b992 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Generic;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * This exception is thrown when a variable is unexpected empty
  *
@@ -40,7 +46,5 @@ class EmptyVariableException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}