ReqlResourceLimitError constructor

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

Implementation

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