]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/class_
Continued:
[core.git] / framework / main / exceptions / class_
index c6ce622851e162a0f2b497211a98c94bfeb05afc..8b8d392bc1a85e7fe588c1ffad8f400f4df25bf7 100644 (file)
@@ -29,7 +29,7 @@ class ???Exception extends FrameworkException {
         * @param       $code           Error code
         * @return      void
         */
-       public function __construct ($message, $code) {
+       public function __construct (string $message, int $code) {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }