]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_InvalidInterfaceException.php
Opps :( #3
[core.git] / inc / classes / exceptions / main / class_InvalidInterfaceException.php
index 93958ed29eb9e581358492de873a36a25ca1d2dc..c2a63282b57155d4794db44c0bf8c810d5a30fe7 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  * 
@@ -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 class=\"exception_reason\">%s</span>.",
+               $message = sprintf("[%s:%d] Object does not implement expected interface %s.",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]