]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/template/class_BasePathIsEmptyException.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / exceptions / template / class_BasePathIsEmptyException.php
index b50478fe82fb1aa4560b1ef448252c594d5bf6c3..1e553acba926eaee68bdb290cde3f2ba5f5db059 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Template;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * An exception thrown when the base path is empty
  *
@@ -39,7 +46,5 @@ class BasePathIsEmptyException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}