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