CliFileNotFoundException constructor

CliFileNotFoundException(
  1. String path
)

Creates a file not found exception.

Implementation

CliFileNotFoundException(this.path) : super('File not found: $path');