]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/exceptions/main/class_InvalidInterfaceException.php
Code base synced
[mailer.git] / inc / classes / exceptions / main / class_InvalidInterfaceException.php
index a7fc71e4d5d75fed5520cf91a5087ff711b2901c..c6285422be0196dcdc009c3a63c9197e7d89e1b7 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\">.",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]