EmbeddedPostgresStartupException constructor
Creates a user-facing embedded database startup failure.
Implementation
const EmbeddedPostgresStartupException(
this.message, {
required this.includeStackTrace,
});
Creates a user-facing embedded database startup failure.
const EmbeddedPostgresStartupException(
this.message, {
required this.includeStackTrace,
});