DirectoryNotDisabledException constructor

DirectoryNotDisabledException({
  1. String? message,
})

Implementation

DirectoryNotDisabledException({
  this.message,
});