ScanError constructor

ScanError(
  1. int line,
  2. String message
)

Implementation

ScanError(this.line, String message) : super(message);