]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_InvalidControllerException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / main / class_InvalidControllerException.php
index a2952b456a8f45fed02f221afd76e4021127f445..2249f507d2ca8589bf293f2870c14a619dff0798 100644 (file)
@@ -6,7 +6,7 @@
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ class InvalidControllerInstanceException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Invalid controller <u>%s</u> detected.",
+               $message = sprintf("[%s:%d] Invalid controller <span id=\"exception_reason\">%s</span> detected.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]