CompilerException constructor

CompilerException([
  1. String message = "Syntax Error",
  2. Exception? inner
])

Implementation

CompilerException([super.message = "Syntax Error", super.inner]);