Type-hints fixed, header docs fixed, exceptions deprecated
[shipsimu.git] / inc / classes / exceptions / main / class_ConfigEntryIsEmptyException.php
index f441ef44316b5b864ad0da7b959c24c321ec91bb..d0ce8d98e154c542a9404283d728426e761116f4 100644 (file)
@@ -25,8 +25,8 @@ class ConfigEntryIsEmptyException extends FrameworkException {
        /**
         * The constructor
         *
-        * @param               $message        Message from the exception
-        * @param               $code           Code number for the exception
+        * @param       $class  Class throwing this exception
+        * @param       $code   Code number for the exception
         * @return      void
         */
        public function __construct (FrameworkConfiguration $class, $code) {