FileDoesntExist constructor

FileDoesntExist({
  1. String? path,
})

Implementation

FileDoesntExist({super.path}) : super("File Doesn't Exist");