]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/lists/class_NoListGroupException.php
Exceptions got moved to 'core' as well
[hub.git] / application / hub / exceptions / lists / class_NoListGroupException.php
index f2468cce7163da033553ecb360c58b1084726b77..55766b26199f1b2c24d4cf74a9ee6658b14359f8 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 <span class=\"exception_reason\">%s</span> was not found.",
+               $message = sprintf("[%s:%d] List group %s was not found.",
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]