]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/main/class_InvalidArrayCountException.php
Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / main / class_InvalidArrayCountException.php
index ee2c3880dc4b26f678585e8f3756b2e51a8c5d5e..3aab2aee8a7b0f034d32744a73677d15eb950f74 100644 (file)
@@ -1,12 +1,16 @@
 <?php
+// Own namespace
+namespace CoreFramework\Deprecated;
+
 /**
  * An exception thrown when the number of array elements mismatch
  *
  * @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
@@ -42,7 +46,5 @@ class InvalidArrayCountException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}