TokenStreamNotIPrsStreamException constructor

TokenStreamNotIPrsStreamException([
  1. String? str
])

Implementation

TokenStreamNotIPrsStreamException([String? str]) {
  this.str = str;
}