]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_MissingSimulatorIDException.php
Exceptions now with not so much underlines
[shipsimu.git] / application / ship-simu / exceptions / class_MissingSimulatorIDException.php
index aafb1ab6cae074f27c01a8141244a0a40d1ddf85..228b95c265674a46d6da237bfb69ab631bd70bc2 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
@@ -24,7 +24,7 @@
 class MissingSimulatorIDException extends FrameworkException {
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:] Die Simulator-ID <u>%s</u> scheint ung&uuml;ltig zu sein.",
+               $message = sprintf("[%s:] Die Simulator-ID <span id=\"exception_reason\">%s</span> scheint ung&uuml;ltig zu sein.",
                        $classArray[0]->__toString(),
                        $classArray[1]
                );