# File lib/pstore.rb, line 295
  def abort
    in_transaction
    @abort = true
    throw :pstore_abort_transaction
  end