DirectoryNotDisabledException constructor

DirectoryNotDisabledException({
  1. String? type,
  2. String? message,
})

Implementation

DirectoryNotDisabledException({String? type, String? message})
    : super(
          type: type,
          code: 'DirectoryNotDisabledException',
          message: message);