]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_UnsupportedLimitationPartException.php
Exceptions now with not so much underlines
[shipsimu.git] / application / ship-simu / exceptions / class_UnsupportedLimitationPartException.php
index 444051ffbdc2ba6738998cd8a496d5a306afed32..6d850dd82c38de9019b692d977ce2506e44f757f 100644 (file)
@@ -24,7 +24,7 @@
 class UnsupportedLimitationPartException extends FrameworkException {
        public function __construct ($str, $code) {
                // Add a message around the missing class
-               $message = sprintf("Limitierungsinformation <u>%s</u> wird derzeit nicht unterst&uuml;tzt.", $str);
+               $message = sprintf("Limitierungsinformation <span id=\"exception_reason\">%s</span> wird derzeit nicht unterst&uuml;tzt.", $str);
 
                // Call parent constructor
                parent::__construct($message, $code);