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