]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_ConfigEntryNotFoundException.php
Wernis API updated to handle unexpected error messages from API
[core.git] / inc / classes / exceptions / main / class_ConfigEntryNotFoundException.php
index d0446134d7e5ff102bb6e536c9aaab8376135f5c..dd15071fc0640c9dbee5e4bbaa7e88d5e141c433 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  * @todo               Rename this class to NoFoundEntryException
@@ -40,7 +40,7 @@ class ConfigEntryNotFoundException extends FrameworkException {
                );
 
                // Set extra data
-               $this->setExtraData($classArray[1].":".$this->getLine());
+               $this->setExtraData($classArray[1].':'.$this->getLine());
 
                // Call parent constructor
                parent::__construct($message, $code);