]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/io/class_DirPointerNotOpenedException.php
Comment header fixed
[shipsimu.git] / inc / classes / exceptions / io / class_DirPointerNotOpenedException.php
index ff1d5e8dc869eec433d98ce75a498b25ce051de2..9527dbc1aecb7e1a43985c17423e42a6a67ddecf 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * An exception thrown when a directory pointer is not opended
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
@@ -25,8 +25,8 @@ 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 function __construct ($path, $code) {