NonExistentFolderException constructor

NonExistentFolderException(
  1. String folderPath
)

Implementation

NonExistentFolderException(String folderPath)
    : super('Directory does not exist', folderPath);