]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/template/class_UnexpectedTemplateTypeException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / template / class_UnexpectedTemplateTypeException.php
index c761da6afbdb286c7648f503e6e05c31c7d4431a..03edc1f4bcc90ec67f1d80dcc5f2ad11b72728c4 100644 (file)
@@ -31,7 +31,7 @@ class UnexpectedTemplateTypeException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Template-Typ <u>%s</u> entspricht nicht dem erwartetem Template-Typ <u>%s</u>.",
+               $message = sprintf("[%s:%d] Der Template-Typ <span id=\"exception_reason\">%s</span> entspricht nicht dem erwartetem Template-Typ <span id=\"exception_reason\">%s</span>.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],