FileNotFoundException constructor
FileNotFoundException({
- required String message,
Implementation
factory FileNotFoundException({required String message}) =
_FileNotFoundExceptionImpl;