]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/template/class_BasePathIsNoDirectoryException.php
Continued:
[core.git] / inc / main / exceptions / template / class_BasePathIsNoDirectoryException.php
index 61958c582ed3f851424d2f253ed7d78efb18776d..6773481baacf1e6dbe8d3d3370a3b7c2e31de8fe 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * An exception thrown when the base path is no directory
  *
@@ -7,6 +13,7 @@
  * @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
+ * @deprecated Don't use this anymore
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -40,7 +47,5 @@ class BasePathIsNoDirectoryException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}