DbConnectionException constructor

const DbConnectionException(
  1. String message, {
  2. Object? cause,
})

Implementation

const DbConnectionException(super.message, {super.cause});