X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_FormGroupClosedException.php;h=92a6e43896b538c871572c1e48eb0d732e82d4fc;hb=4b5f501d3ef327cf8b848a43d3af3643e22ea356;hp=a1e88020cf9bb23a3d55c2ad1eb878f1b4308755;hpb=a505dfb31c8033bc75e96a78ec1fb29f54face66;p=shipsimu.git diff --git a/inc/classes/exceptions/helper/class_FormGroupClosedException.php b/inc/classes/exceptions/helper/class_FormGroupClosedException.php index a1e8802..92a6e43 100644 --- a/inc/classes/exceptions/helper/class_FormGroupClosedException.php +++ b/inc/classes/exceptions/helper/class_FormGroupClosedException.php @@ -31,7 +31,7 @@ class FormGroupClosedException extends FrameworkException { */ public function __construct (array $classArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Could not add sub group %s because no form group has been opened before.", + $message = sprintf("[%s:%d] Could not add sub group %s because no form group has been opened before.", $classArray[0]->__toString(), $this->getLine(), $classArray[1]