InvalidTransactionException constructor

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

Constructs a new instance of InvalidTransactionException.

Implementation

InvalidTransactionException(this.message, {this.cause});