FileNotFoundException constructor
FileNotFoundException(
- String filePath
Implementation
FileNotFoundException(String filePath) {
this.message = 'File NOT found: $filePath';
}
FileNotFoundException(String filePath) {
this.message = 'File NOT found: $filePath';
}