]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/language/class_MissingFileIoHandlerException.php
Type-hints fixed, header docs fixed, exceptions deprecated
[shipsimu.git] / inc / classes / exceptions / language / class_MissingFileIoHandlerException.php
index ea92f6de3b660e1d6551dfb0a7ee6789a5355ea0..ad3b50a48cf1154f555c32f62f8a01382ccc4037 100644 (file)
@@ -25,11 +25,11 @@ class MissingFileIoHandlerException 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 (BaseFrameworkSystem $class, $code) {
+       public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
                $message = sprintf("[%s:%d] File i/o sub-system not initialized!",
                        $class->__toString(),