]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/config/class_ConfigValueTypeUnsupportedException.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / exceptions / config / class_ConfigValueTypeUnsupportedException.php
index c2c0fc13376920bf37cbed7bd4491b2909de4345..160501ffb6a1a9924078129a1913c0a840dc345a 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Configuration;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * 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