DeleteDirException constructor

DeleteDirException(
  1. String reason
)

Throw when deleteDir function encounters an error

Implementation

DeleteDirException(super.reason);