]> 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 18ea626da18d99d2410a75d7c89e3ff0d4863407..55766b26199f1b2c24d4cf74a9ee6658b14359f8 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -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 %s was not found.",
                        $messageArray[0]->__toString(),
+                       $this->getLine(),
                        $messageArray[1]
                );