DeleteDirException constructor Null safety
- String reason
Throw when deleteDir
function encounters an error
Implementation
DeleteDirException(String reason) : super(reason);
Throw when deleteDir
function encounters an error
DeleteDirException(String reason) : super(reason);