]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/main/class_MissingDecimalsThousandsSeparatorException.php
Continued:
[core.git] / framework / main / exceptions / main / class_MissingDecimalsThousandsSeparatorException.php
index db507858a7821b52f310c19562a8c04ae3aab409..4351097363624996e5b025da22514688b091d00a 100644 (file)
@@ -1,16 +1,16 @@
 <?php
 // Own namespace
-namespace CoreFramework\Deprecated;
+namespace Org\Mxchange\CoreFramework\Deprecated;
 
 // Import framework stuff
-use CoreFramework\Generic\FrameworkException;
+use Org\Mxchange\CoreFramework\Generic\FrameworkException;
 
 /**
  * An exception thrown when the decimal and thousands separators are missing
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2019 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  * @deprecated Don't use this anymore