CreateDirException constructor

CreateDirException(
  1. String reason
)

Thrown when the function createDir encounters an error

Implementation

CreateDirException(super.reason);