]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/exceptions/io/class_DirPointerNotOpenedException.php
Code merge from latest ship-simu code
[hub.git] / inc / classes / exceptions / io / class_DirPointerNotOpenedException.php
index 5c415e16779f0049069aeffaa31928f98e6130ed..3292d4bbc5311e516045e78dd73d50b6cf81adc1 100644 (file)
@@ -25,11 +25,11 @@ class DirPointerNotOpenedException extends FrameworkException {
        /**
         * The constructor
         *
-        * @param               $message                Message from the exception
-        * @param               $code           Code number for the exception
+        * @param       $path   Message from the exception
+        * @param       $code   Code number for the exception
         * @return      void
         */
-       public final function __construct ($path, $code) {
+       public function __construct ($path, $code) {
                // Add a message around the missing class
                $message = sprintf("F&uuml;r den Pfad <u>%s</u> konnte kein Pointer initialisiert werden.", $path);