]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/io/class_InvalidDirectoryResourceException.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / exceptions / io / class_InvalidDirectoryResourceException.php
index fc48bebbcf169dd7c74aa8b850ee83d88fc5eac3..32de296d8dc667f5c911ac5e493f5b322e86dbd6 100644 (file)
@@ -19,7 +19,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class InvalidDirectoryResourceException extends FrameworkException {
        /**
@@ -29,7 +29,7 @@ class InvalidDirectoryResourceException 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
                if (is_null($class)) {
                        $message = "[???:] Ung&uuml;tige Verzeichnis-Resource.";