using System; namespace Ray.Core.Exceptions { public class TxCommitException : Exception { } }