BackupInUseException constructor

BackupInUseException({
  1. String? type,
  2. String? message,
})

Implementation

BackupInUseException({String? type, String? message})
    : super(type: type, code: 'BackupInUseException', message: message);