FileNotFoundException constructor Null safety
- String path
Thrown when a file doesn't exist
Implementation
FileNotFoundException(String path)
: super('The file ${core.truepath(path)} does not exist.');
Thrown when a file doesn't exist
FileNotFoundException(String path)
: super('The file ${core.truepath(path)} does not exist.');