errorSQL function

Never errorSQL(
  1. String message
)

Implementation

Never errorSQL(String message) {
  throw SQLException(message);
}