UnexpectedStateException constructor

UnexpectedStateException(
  1. [String msg = 'Unexpected connection state']
)

Implementation

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