BackupFileException constructor Null safety

BackupFileException(
  1. String message
)

Creates a BackupFileException with the given message.

Implementation

BackupFileException(String message) : super(message);