TappyKeyboardHotKeyException constructor
TappyKeyboardHotKeyException(
- TappyKeyboardHotKey key, [
- String? message
Implementation
TappyKeyboardHotKeyException(this.key, [String? message])
: super(message ?? 'Hot Key is misconfigured');