]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_InvalidObjectException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / main / class_InvalidObjectException.php
index 1b4438b0c901741d19d7c4a7e9ebcad3a62920b7..9d643a01a97abde7950597a3b48572286293bce6 100644 (file)
@@ -31,7 +31,7 @@ class InvalidObjectException extends FrameworkException {
         */
        public function __construct (BaseFrameworkSystem $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Objekte sind nicht erlaubt. (Objekt: <u>%s</u>)",
+               $message = sprintf("[%s:%d] Objekte sind nicht erlaubt. (Objekt: <span id=\"exception_reason\">%s</span>)",
                        $class->__toString(),
                        $this->getLine(),
                        $class->getObjectDescription()