]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_EmptyVariableException.php
Type-hints fixed, header docs fixed, exceptions deprecated
[shipsimu.git] / inc / classes / exceptions / main / class_EmptyVariableException.php
index 7fa7f48e3ac6af16cd98cbf329e578af8966c49f..aaedc4567162bbfed83782acf6407321ce725165 100644 (file)
@@ -31,7 +31,7 @@ class EmptyVariableException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Variable <u>%s</u> is not set.",
+               $message = sprintf("[%s:%d] Variable <span id=\"exception_reason\">%s</span> is not set.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]