]> 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 51a5f8426c5ebb7493a8b2bac8386fef16828dd6..1e553acba926eaee68bdb290cde3f2ba5f5db059 100644 (file)
@@ -1,10 +1,17 @@
 <?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
  *
  * @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
  * 
@@ -39,7 +46,5 @@ class BasePathIsEmptyException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}