CompilerException.withLocation constructor

CompilerException.withLocation(
  1. String context,
  2. int lineNum,
  3. String message, [
  4. Exception? inner,
])

Implementation

CompilerException.withLocation(super.context, super.lineNum, super.message,
    [super.inner])
    : super.withLocation();