Exception: Isolator::ConcurrentTransactionError

Inherits:
UnsafeOperationError show all
Defined in:
lib/isolator/plugins/concurrent_database_transactions.rb

Constant Summary collapse

MESSAGE =
"You are trying to open a transaction while there is an open transation to another database."

Method Summary

Methods inherited from UnsafeOperationError

#initialize

Constructor Details

This class inherits a constructor from Isolator::UnsafeOperationError