PostgreSQLException.fromFields constructor

  1. @internal
PostgreSQLException.fromFields(
  1. List<ErrorField> errorFields
)

Implementation

@internal
factory PostgreSQLException.fromFields(List<ErrorField> errorFields) {
  return PostgreSQLException._(errorFields);
}