X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_InvalidFormNameException.php;fp=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_InvalidFormNameException.php;h=a12d1d87651d9dc54a14eea0b8b30de50e164376;hb=2e80331da79b13c3094f9039d4c584e3e4b89894;hp=8d9c21ac380ab9089d19590c4dc01bb1694b9f1c;hpb=53153d53377c7106c682d89a11b33987da67168f;p=core.git diff --git a/inc/classes/exceptions/helper/class_InvalidFormNameException.php b/inc/classes/exceptions/helper/class_InvalidFormNameException.php index 8d9c21ac..a12d1d87 100644 --- a/inc/classes/exceptions/helper/class_InvalidFormNameException.php +++ b/inc/classes/exceptions/helper/class_InvalidFormNameException.php @@ -1,6 +1,6 @@ * @version 0.0.0 @@ -31,7 +31,7 @@ class InvalidFormNameException extends FrameworkException { */ public function __construct (BaseHelper $helperInstance, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Form name not set.", + $message = sprintf('[%s:%d] Form name not set.', $helperInstance->__toString(), $this->getLine() );