FileDoesntExist constructor
FileDoesntExist({
- String? path,
Implementation
FileDoesntExist({super.path}) : super("File Doesn't Exist");
FileDoesntExist({super.path}) : super("File Doesn't Exist");