QueryInProgressException constructor

QueryInProgressException()

Implementation

QueryInProgressException()
    : super(
          name: (QueryInProgressException).toString(),
          code: SendbirdError.queryInProgress);