]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_ConfigEntryIsEmptyException.php
Just a space removed
[shipsimu.git] / inc / classes / exceptions / main / class_ConfigEntryIsEmptyException.php
index 497438e6efad8f982a91eb5d8517a14acaac649c..29efd8f94820646252fce96535e815545304ba24 100644 (file)
@@ -3,9 +3,10 @@
  * An exception thrown when a configuration entry is empty
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.ship-simu.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
@@ -24,14 +25,14 @@ class ConfigEntryIsEmptyException extends FrameworkException {
        /**
         * The constructor
         *
-        * @param               $message                Message from the exception
+        * @param               $message        Message from the exception
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($class, $code) {
+       public function __construct (FrameworkConfiguration $class, $code) {
                // Add a message around the missing class
                $message = sprintf("[%s:%d] Leeren Konfigurationseintrag angegeben!",
-                       $class,
+                       $class->__toString(),
                        $this->getLine()
                );