Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / main / class_DimNotFoundInArrayException.php
index 25a694c37ed3c7c70545f02069b68ecdbc87894c..7205bfcb4d244541ed983241d9d456bf5614cef5 100644 (file)
@@ -38,7 +38,7 @@ class DimNotFoundInArrayException extends FrameworkException {
                        );
                } else {
                        // No class given
-                       $message = sprintf("Please provide a class for <u>%s</u>", __CLASS__);
+                       $message = sprintf("Please provide a class for <span id=\"exception_reason\">%s</span>", __CLASS__);
                }
 
                // Call parent constructor