CliFileNotFoundException constructor
CliFileNotFoundException(
- String path
Creates a file not found exception.
Implementation
CliFileNotFoundException(this.path) : super('File not found: $path');
Creates a file not found exception.
CliFileNotFoundException(this.path) : super('File not found: $path');