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