sharp-chat/SharpChatCommon/Channels/NoDefaultChannelException.cs

5 lines
172 B
C#
Raw Normal View History

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