add missing file string
This commit is contained in:
parent
b018d059a2
commit
3d63163ab9
1 changed files with 10 additions and 0 deletions
|
@ -162,5 +162,15 @@
|
||||||
"description": "The error code"
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue