]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php
Continued:
[core.git] / framework / main / exceptions / database / local_file / class_SavePathIsNoDirectoryException.php
index 47a12a6da4af70b539f4e56eee470dea67546664..24577e0ccb4cfc10b7ecd86055c5bd92957a6de2 100644 (file)
@@ -36,7 +36,7 @@ class SavePathIsNoDirectoryException 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('Save path %s is no directory.', $path);