MidiNotificationSubscriptionException constructor
Implementation
MidiNotificationSubscriptionException({required super.deviceId, super.cause})
: super(
stage: MidiConnectionStage.notificationSubscription,
message: 'Could not subscribe to BLE MIDI notifications.',
);