]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_ClassNotFoundException.php
More smaller fixes, factory added to ship-simu
[shipsimu.git] / inc / classes / exceptions / main / class_ClassNotFoundException.php
index 897f220b9c6157b399ba2a993e1ac8d1aab8eaa5..b77de9a7feba906fcfc938cf9c90669948e472cc 100644 (file)
@@ -25,11 +25,11 @@ class ClassNotFoundException extends FrameworkException {
        /**
         * The constructor
         *
-        * @param               $message                Message from the exception
+        * @param               $class          Class' name we have no class found for
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public function __construct (BaseFrameworkSystem $class, $code) {
+       public function __construct ($class, $code) {
                // Add a message around the missing class
                $message = sprintf("Die interne Script-Klasse <u>%s</u> konnte nicht gefunden werden!", $class);