]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_ConfigEntryNotFoundException.php
Image controller/resolver and fixes:
[shipsimu.git] / inc / classes / exceptions / main / class_ConfigEntryNotFoundException.php
index 324e991ffe31360056149eedb897c9cc0cadd381..d7d2c958644b36e9c6adae3fcee2241fde803a76 100644 (file)
@@ -37,6 +37,9 @@ class ConfigEntryNotFoundException extends FrameworkException {
                        $classArray[1]
                );
 
+               // Set extra data
+               $this->setExtraData($classArray[1]);
+
                // Call parent constructor
                parent::__construct($message, $code);
        }