DeleteDirException constructor

DeleteDirException(
  1. String reason
)

Throw when deleteDir function encounters an error

Implementation

DeleteDirException(String reason) : super(reason);