Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / main / class_MissingDecimalsThousandsSeparatorException.php
index 5e1c9ff049903cef9b6ae0037ea6633a85931bfd..5ee19edfe2dfc5688f74c838daa0ff558351246b 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * An exception thrown when the decimal and thousands separators are missing
  *
@@ -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
@@ -39,7 +43,5 @@ class MissingDecimalsThousandsSeparatorException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}