]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/lists/class_NoListGroupException.php
Removed old-lost comments, moved two class instances around:
[hub.git] / application / hub / exceptions / lists / class_NoListGroupException.php
index db33a0800bafa0aa766dd268304beee31cb4ee4d..3c666b51ed37ba54e5d65edf84b5e680e4e506b9 100644 (file)
@@ -31,8 +31,9 @@ class NoListGroupException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct the message
-               $message = sprintf("[%s] List group <span class=\"exception_reason\">%s</span> was not found.",
+               $message = sprintf("[%s:%d] List group <span class=\"exception_reason\">%s</span> was not found.",
                        $messageArray[0]->__toString(),
+                       $this->getLine(),
                        $messageArray[1]
                );