RqlCompileError constructor

RqlCompileError(
  1. String message,
  2. dynamic term,
  3. dynamic frames
)

Implementation

RqlCompileError(String message, term, frames) : super(message, term, frames);