]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/lists/class_ListGroupAlreadyAddedException.php
Added exceptions + some code:
[hub.git] / application / hub / exceptions / lists / class_ListGroupAlreadyAddedException.php
index b9ecfc0a326287f75243c29fd68e1afbcfc171f0..85321a7a56118d2f7fd65189b8e35346ee9c1740 100644 (file)
@@ -31,7 +31,7 @@ class ListGroupAlreadyAddedException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] List group %s has already been added.",
+               $message = sprintf('[%s:%d] List group %s has already been added.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]