]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/language/class_InvalidLanguagePathStringException.php
Continued:
[core.git] / inc / main / exceptions / language / class_InvalidLanguagePathStringException.php
index 512b3b3c4d1c357cc2c3a4b36f192e0a0a2228a9..b67a3bf881e7b948d9315c4bd63b5dc2397739f8 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * An exception thrown when the language path string is invalid
  *
@@ -7,6 +10,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 +44,5 @@ class InvalidLanguagePathStringException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}