]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/lists/class_NoListGroupException.php
Added exceptions + some code:
[hub.git] / application / hub / exceptions / lists / class_NoListGroupException.php
index 55766b26199f1b2c24d4cf74a9ee6658b14359f8..fac04d7210c808600131e40f2858c7a4cd85b2a1 100644 (file)
@@ -31,7 +31,7 @@ class NoListGroupException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] List group %s was not found.",
+               $message = sprintf('[%s:%d] List group %s was not found.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]