DirectoryAlreadyExistsException constructor

DirectoryAlreadyExistsException({
  1. String? message,
})

Implementation

DirectoryAlreadyExistsException({
  this.message,
});