]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/main/class_VariableIsNotSetException.php
Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / main / class_VariableIsNotSetException.php
index 2f2e3d60733726f1b4fb5dd9d90e79706c06a9e6..7e6efb04e0b35ac80f519755f5df802906f0abb5 100644 (file)
@@ -1,12 +1,16 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * An exception thrown when a variable is not set
  *
  * @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
+ * @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
@@ -41,7 +45,5 @@ class VariableIsNotSetException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}