MidiPairingInfoRemovedException constructor
Implementation
MidiPairingInfoRemovedException({required super.deviceId, super.cause})
: super(
stage: MidiConnectionStage.pairing,
message:
'The device removed its pairing information. Forget the device in '
'the system Bluetooth settings, then pair again.',
);