CreateDirException constructor Null safety
- String reason
Thrown when the function createDir
encounters an error
Implementation
CreateDirException(String reason) : super(reason);
Thrown when the function createDir
encounters an error
CreateDirException(String reason) : super(reason);