ReqlResourceLimitError constructor
ReqlResourceLimitError(
- String message,
- dynamic term,
- dynamic frames
Implementation
ReqlResourceLimitError(String message, term, frames)
: super(message, term, frames);