DirectoryNotFoundException constructor
DirectoryNotFoundException(
- String path
Creates a directory not found exception.
Implementation
DirectoryNotFoundException(this.path) : super('Directory not found: $path');