TransactionException constructor

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

Implementation

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