FailedQueryConstructionError constructor

FailedQueryConstructionError(
  1. String message,
  2. StackTrace stackTrace
)

Implementation

FailedQueryConstructionError(String message, StackTrace stackTrace)
    : super(message, stackTrace);