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