]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/language/class_MissingLanguageHandlerException.php
Type-hints fixed, header docs fixed, exceptions deprecated
[shipsimu.git] / inc / classes / exceptions / language / class_MissingLanguageHandlerException.php
index 9511e21692306793db92e38105a7d7ea6eb0fca9..a909a505332e918e57c459fe735c0e54a6c5e44a 100644 (file)
@@ -25,11 +25,11 @@ class MissingLanguageHandlerException 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] Language sub-system not initialized!",
                        $class->__toString(),