]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_ConfigEntryIsEmptyException.php
code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / main / class_ConfigEntryIsEmptyException.php
index 497438e6efad8f982a91eb5d8517a14acaac649c..df1891566a156d5365e88a3dcd68f092552b5f21 100644 (file)
@@ -2,11 +2,12 @@
 /**
  * An exception thrown when a configuration entry is empty
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.3.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- *
+ * @link               http://www.mxchange.org
+ * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or
@@ -28,7 +29,7 @@ class ConfigEntryIsEmptyException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($class, $code) {
+       public function __construct (BaseFrameworkSystem $class, $code) {
                // Add a message around the missing class
                $message = sprintf("[%s:%d] Leeren Konfigurationseintrag angegeben!",
                        $class,