RestoreFileException constructor Null safety
- String message
Creates a RestoreFileException with the given message.
Implementation
RestoreFileException(String message) : super(message);
Creates a RestoreFileException with the given message.
RestoreFileException(String message) : super(message);