]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/compressor/class_MismatchingCompressorsException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / compressor / class_MismatchingCompressorsException.php
index 97c95adc7de15460834de35457ec24a39836a230..ab70d2f8053d155f022f9946b28bf6ba061a2d84 100644 (file)
@@ -31,7 +31,7 @@ class MismatchingCompressorsException extends FrameworkException {
         */
        public function __construct (array $array, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Kompressor <u>%s</u> zu den geladenen Daten aus <u>%s</u> und der aktuell verwendete Kompressor <u>%s</u> stimmen nicht &uuml;berein!",
+               $message = sprintf("[%s:%d] Der Kompressor <span id=\"exception_reason\">%s</span> zu den geladenen Daten aus <span id=\"exception_reason\">%s</span> und der aktuell verwendete Kompressor <span id=\"exception_reason\">%s</span> stimmen nicht &uuml;berein!",
                        $array[0]->__toString(),
                        $this->getLine(),
                        strtoupper($array[1]),