PostgresFailure constructor
const
PostgresFailure(
- ServerException cause
Wraps a PostgreSQL server failure without losing its SQLSTATE.
Implementation
const PostgresFailure(this.cause);
Wraps a PostgreSQL server failure without losing its SQLSTATE.
const PostgresFailure(this.cause);