OpenMethodStreamException constructor
OpenMethodStreamException(
- OpenMethodStreamResponseType responseType
Creates a new OpenMethodStreamException.
Implementation
OpenMethodStreamException(this.responseType)
: super(
'Failed to open method stream with response type "${responseType.name}"',
);