]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_ConfigEntryNotFoundException.php
More bugfixes:
[shipsimu.git] / inc / classes / exceptions / main / class_ConfigEntryNotFoundException.php
index d7d2c958644b36e9c6adae3fcee2241fde803a76..96dbc42c8ccd2ae9ffe5dd7be27d1f5ecacfa49c 100644 (file)
@@ -38,7 +38,7 @@ class ConfigEntryNotFoundException extends FrameworkException {
                );
 
                // Set extra data
-               $this->setExtraData($classArray[1]);
+               $this->setExtraData($classArray[1].":".$this->getLine());
 
                // Call parent constructor
                parent::__construct($message, $code);