]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/controller/class_DefaultControllerException.php
More bugfixes:
[shipsimu.git] / inc / classes / exceptions / controller / class_DefaultControllerException.php
index e6be3a107022f814efe2c7951cc6813c9be05b83..02c2010105cb647c2077240eab7ac41de5c41d97 100644 (file)
@@ -37,7 +37,7 @@ class DefaultControllerException extends FrameworkException {
                );
 
                // Set extra data
-               $this->setExtraData($resolverInstance->getClassName());
+               $this->setExtraData($resolverInstance->getClassName().":".$this->getLine());
 
                // Call parent contructor with message
                parent::__construct($message, $code);