X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_InvalidCommandException.php;h=834b6c4ba0889f41b8224ddf826516e7dbf6f1c4;hp=4076c7df851a3a9e249b37a5c75bbe5d5df9ec7b;hb=49f84a522f0ccac3b70728cd41011a0be0eed8cf;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae diff --git a/inc/classes/exceptions/main/class_InvalidCommandException.php b/inc/classes/exceptions/main/class_InvalidCommandException.php index 4076c7df..834b6c4b 100644 --- a/inc/classes/exceptions/main/class_InvalidCommandException.php +++ b/inc/classes/exceptions/main/class_InvalidCommandException.php @@ -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);