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