UnexpectedStateException constructor
- String msg = 'Unexpected connection state'
Implementation
UnexpectedStateException([String msg = 'Unexpected connection state']) : super._(msg);
UnexpectedStateException([String msg = 'Unexpected connection state']) : super._(msg);