FSqlExceptionNoSuchRecord constructor

FSqlExceptionNoSuchRecord(
  1. String message,
  2. String query,
  3. List<String> sqlParams, [
  4. FException? innerException,
])

Implementation

FSqlExceptionNoSuchRecord(
  String message,
  String query,
  List<String> sqlParams, [
  FException? innerException,
]) : super(message, query, sqlParams, innerException);