DirectoryNotFoundException constructor

DirectoryNotFoundException(
  1. String projectDir, {
  2. String? command,
  3. int? exitCode,
  4. List<String>? suggestions,
})

Implementation

DirectoryNotFoundException(this.projectDir,
    {super.command, super.exitCode, super.suggestions});