LexerException constructor

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

Implementation

LexerException([super.message = "Lexer Error", super.inner]);