NonExistentFileException constructor

NonExistentFileException(
  1. String filePath
)

Implementation

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