throwTransactionAbortedException function
Throw a TransactionAbortedException with the given reason
.
Implementation
Never throwTransactionAbortedException(Exception reason) =>
throw TransactionAbortedException._(reason);
Throw a TransactionAbortedException with the given reason
.
Never throwTransactionAbortedException(Exception reason) =>
throw TransactionAbortedException._(reason);