NonExistentFileException constructor
NonExistentFileException(
- String filePath
Implementation
NonExistentFileException(String filePath)
: super('File does not exist', filePath);
NonExistentFileException(String filePath)
: super('File does not exist', filePath);