FileNotFoundException constructor

FileNotFoundException(
  1. String path
)

Thrown when a file doesn't exist

Implementation

FileNotFoundException(String path)
    : super('The file ${core.truepath(path)} does not exist.');