]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_NoShippingCompanyOwnedException.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / ship-simu / exceptions / class_NoShippingCompanyOwnedException.php
index 8611b6e86d30692cc3ecf73605aba8e638638023..b1428c82ed5cb392d9c2f1931cb91ffc04ec144e 100644 (file)
@@ -31,7 +31,7 @@ class NoShippingCompanyOwnedException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Current user (class <u>%s</u>) does not own any shipping companies.",
+               $message = sprintf("[%s:%d] Current user (class <span id=\"exception_reason\">%s</span>) does not own any shipping companies.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]->__toString()