throwTransactionAbortedException function

Never throwTransactionAbortedException(
  1. Exception reason
)

Throw a TransactionAbortedException with the given reason.

Implementation

Never throwTransactionAbortedException(Exception reason) =>
    throw TransactionAbortedException._(reason);