]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/exceptions/main/class_InvalidInterfaceException.php
Code merged from ship-simu repository
[hub.git] / inc / classes / exceptions / main / class_InvalidInterfaceException.php
index a7fc71e4d5d75fed5520cf91a5087ff711b2901c..93958ed29eb9e581358492de873a36a25ca1d2dc 100644 (file)
@@ -31,7 +31,7 @@ class InvalidInterfaceException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Object does not implement expected interface <span id=\"exception_reason\">.",
+               $message = sprintf("[%s:%d] Object does not implement expected interface <span class=\"exception_reason\">%s</span>.",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]