]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_InvalidCommandException.php
Rewritten a lot double-quotes to single-requotes, removed deprecated exception, some...
[core.git] / inc / classes / exceptions / main / class_InvalidCommandException.php
index 4076c7df851a3a9e249b37a5c75bbe5d5df9ec7b..834b6c4ba0889f41b8224ddf826516e7dbf6f1c4 100644 (file)
@@ -39,7 +39,7 @@ class InvalidCommandException extends FrameworkException {
                );
 
                // Set extra data
-               $this->setExtraData($msgArray[0]->getClassName().":".$this->getLine());
+               $this->setExtraData($msgArray[0]->getClassName().':'.$this->getLine());
 
                // Call parent constructor
                parent::__construct($message, $code);