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