FailedQueryConstructionError constructor
FailedQueryConstructionError(
- String message,
- StackTrace stackTrace
Implementation
FailedQueryConstructionError(String message, StackTrace stackTrace)
: super(message, stackTrace);