using System;

namespace Pole.Core.Exceptions
{
    public class TxCommitException : Exception
    {
    }
}