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