优化ETL过滤模块
大石头 authored at 2017-08-29 17:11:46
217.00 B
X
using System;

namespace NewLife.Queue.Storage.Exceptions
{
    public class ChunkBadDataException : Exception
    {
        public ChunkBadDataException(string message) : base(message)
        {
        }
    }
}