AutoSaveException constructor

const AutoSaveException({
  1. required PeerBase peer,
  2. required AutoSaveSettingsBase settings,
})

Auto Save Exception constructor.

Implementation

const AutoSaveException({required this.peer, required this.settings})
    : super._();