]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_NoShipyardsConstructedException.php
Exceptions now with not so much underlines
[shipsimu.git] / application / ship-simu / exceptions / class_NoShipyardsConstructedException.php
index 29e4f8f754064bd5d0125f23afaf904d2c92f826..4ef7d2e14380c5c432ce47a7221baf26cc30c889 100644 (file)
@@ -30,7 +30,7 @@ class NoShipyardsConstructedException 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