sharp-chat/SharpChatCommon/Channels/NoDefaultChannelException.cs

4 lines
172 B
C#

namespace SharpChat.Channels;
public class NoDefaultChannelException()
: NullReferenceException("A public, non-temporary default channel could not be determined.") {}