X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_NoGroupOpenedException.php;fp=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_NoGroupOpenedException.php;h=64618f9762d04c5e64f49e3e23770af54c91a38c;hb=7bbfd3560011182b088d41a0a5ac5f8fe441723e;hp=4c3f98d530facf4f690f38f8f625d38d9729306d;hpb=5a84efb95503daee6ab6d6ccabe0b0a7ab1e7697;p=core.git diff --git a/inc/classes/exceptions/helper/class_NoGroupOpenedException.php b/inc/classes/exceptions/helper/class_NoGroupOpenedException.php index 4c3f98d5..64618f97 100644 --- a/inc/classes/exceptions/helper/class_NoGroupOpenedException.php +++ b/inc/classes/exceptions/helper/class_NoGroupOpenedException.php @@ -31,7 +31,7 @@ class NoGroupOpenedException extends FrameworkException { */ public function __construct (array $msgArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Group not opened before. Raw text follows: %s", + $message = sprintf("[%s:%d] Group not opened before. Raw text follows: %s", $msgArray[0]->__toString(), $this->getLine(), $msgArray[1]