OpenMethodStreamException constructor

OpenMethodStreamException(
  1. OpenMethodStreamResponseType responseType
)

Creates a new OpenMethodStreamException.

Implementation

OpenMethodStreamException(this.responseType)
  : super(
      'Failed to open method stream with response type "${responseType.name}"',
    );