]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_InvalidCommandException.php
More bugfixes:
[shipsimu.git] / inc / classes / exceptions / main / class_InvalidCommandException.php
index dd36dba0c9071773717b9ef6bd48044ae90ef464..ca71e2e29d723d7bb0f60b75bf65530f171b3b49 100644 (file)
@@ -39,7 +39,7 @@ class InvalidCommandException extends FrameworkException {
                );
 
                // Set extra data
-               $this->setExtraData($msgArray[0]->getClassName());
+               $this->setExtraData($msgArray[0]->getClassName().":".$this->getLine());
 
                // Call parent constructor
                parent::__construct($message, $code);