NotAFileException constructor

NotAFileException(
  1. String path
)

Thrown when a path is not a file.

Implementation

NotAFileException(String path)
    : super('The path ${core.truepath(path)} is not a file.');