DatabaseTransactionStoreNotFoundError constructor

DatabaseTransactionStoreNotFoundError(
  1. String store
)

Store not found.

Implementation

DatabaseTransactionStoreNotFoundError(String store)
    : super("NotFoundError: store '$store' not found in transaction.");