]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/config/class_ConfigValueTypeUnsupportedException.php
Continued:
[core.git] / inc / main / exceptions / config / class_ConfigValueTypeUnsupportedException.php
index fc7edbbef524cb1aa99bdb8228a47e4e051a63ae..c2c0fc13376920bf37cbed7bd4491b2909de4345 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Configuration;
+
 /**
  * Thrown when the value variable type is NULL, an array, an object or a
  * resource as these values shall not be set as configuration values. Please use
@@ -9,6 +12,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.ship-simu.org
+ * @todo               These are invalid argument exceptions
  *
  * 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
@@ -43,7 +47,5 @@ class ConfigValueTypeUnsupportedException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}