]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/config/class_ConfigValueTypeUnsupportedException.php
Continued:
[core.git] / framework / main / exceptions / config / class_ConfigValueTypeUnsupportedException.php
index 160501ffb6a1a9924078129a1913c0a840dc345a..ee0a444eeb636cabb975c01e9d9944baf131db94 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Configuration;
+namespace Org\Mxchange\CoreFramework\Configuration;
 
 // Import framework stuff
-use CoreFramework\Generic\FrameworkException;
+use Org\Mxchange\CoreFramework\Generic\FrameworkException;
 
 /**
  * Thrown when the value variable type is NULL, an array, an object or a
@@ -12,7 +12,7 @@ use CoreFramework\Generic\FrameworkException;
  *
  * @author             Roland Haeder <webmaster@ship-simu.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 - 2023 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  * @todo               These are invalid argument exceptions
@@ -38,7 +38,7 @@ class ConfigValueTypeUnsupportedException extends FrameworkException {
         * @param       $code           Error code
         * @return      void
         */
-       public function __construct (array $messageArray, $code) {
+       public function __construct (array $messageArray, int $code) {
                // Construct message
                $message = sprintf('[%s:%d] Configuration key %s has unspported value type %s.',
                        $messageArray[0]->__toString(),