移除项目
老邱 authored at 2016-12-23 09:10:38
217.00 B
X
using System;

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