FileUtilsException constructor
FileUtilsException(
- String message
Creates a file utility exception with a human-readable message.
Implementation
FileUtilsException(this.message);
Creates a file utility exception with a human-readable message.
FileUtilsException(this.message);