# frozen_string_literal: true module Journaled class TransactionSafetyError < StandardError; end end