]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_ItemNotTradeableException.php
Exceptions now with not so much underlines
[shipsimu.git] / application / ship-simu / exceptions / class_ItemNotTradeableException.php
index 8500577c27059a2e19bd67c3cbe2e530f667d405..ea6a2dc9cacdf7a2cdbb12f2253f4ba5b44f5a14 100644 (file)
@@ -24,7 +24,7 @@
 class ItemNotTradeableException extends FrameworkException {
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:] <u>%s</u> ist nicht handelbar!",
+               $message = sprintf("[%s:] <span id=\"exception_reason\">%s</span> ist nicht handelbar!",
                        $classArray[0]->__toString(),
                        $classArray[1]->getObjectDescription()
                );