ServerpodSqlException constructor

ServerpodSqlException({
  1. required String message,
  2. required String sql,
})

Implementation

factory ServerpodSqlException({
  required String message,
  required String sql,
}) = _ServerpodSqlExceptionImpl;