Opps, wrong method name ...
[core.git] / inc / classes / exceptions / main / class_NoConfigEntryException.php
index b361e8bfd37b6783d08165fc7d646002c8057869..d33d492dfaaa4cda3a16e9df1165a78fc845ad13 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An exception thrown when a configuration entry is not found
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Rename this class to NoFoundEntryException
  *
  * This program is free software: you can redistribute it and/or modify
@@ -32,7 +32,7 @@ class NoConfigEntryException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Configuration entry <span class=\"exception_reason\">%s</span> not found.",
+               $message = sprintf('[%s:%d] Configuration entry %s not found.',
                        $classArray[0],
                        $this->getLine(),
                        $classArray[1]