add missing file string

This commit is contained in:
buzzcode2007 2024-04-01 14:53:21 +08:00
parent b018d059a2
commit 3d63163ab9

View file

@ -162,5 +162,15 @@
"description": "The error code"
}
}
},
"error_msg_fileNotFound": {
"message": "Could not find the file $file_path$.",
"description": "The error message template for a file not found exception",
"placeholders": {
"file_path": {
"content": "$1",
"description": "The file path"
}
}
}
}