TokenException constructor

TokenException(
  1. String info
)

Implementation

TokenException(this.info) {
  print(info);
}