blob: 22220408767f41f162bc737ea7e83126828976c1 [file] [log] [blame]
namespace DotPulsar.Exceptions
{
public sealed class TopicTerminatedException : DotPulsarException
{
public TopicTerminatedException(string message) : base(message) { }
}
}