]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/database/local_file/class_SavePathReadProtectedException.php
Continued:
[core.git] / framework / main / exceptions / database / local_file / class_SavePathReadProtectedException.php
index 69dbbd1bb1d217c037ad0b8b26573dc5cfbaf1a6..985b0e7e607748ec0eba5093f7116033ddb5f18a 100644 (file)
@@ -36,7 +36,7 @@ class SavePathReadProtectedException extends DatabaseException {
         * @param       $code           Code number for the exception
         * @return      void
         */
-       public function __construct ($path, $code) {
+       public function __construct (string $path, int $code) {
                // Add a message around the missing class
                $message = sprintf('Path %s is not readable. Please fix your file access rights.', $path);