]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/main/class_FatalErrorException.php
Continued:
[core.git] / framework / main / exceptions / main / class_FatalErrorException.php
index 2178c32bd12644114c6060cff7db7df7ff53f260..8a5b7ff8af124e83d55cbfb80d507c78e137dfeb 100644 (file)
@@ -35,7 +35,7 @@ class FatalErrorException extends FrameworkException {
         * @param       $code           Code number for the exception
         * @return      void
         */
-       public function __construct ($message, $code) {
+       public function __construct (string $message, int $code) {
                // Call parent constructor
                parent::__construct($message, $code);
        }