sharp-chat/SharpChatCommon/Channels/ChannelIsDefaultException.cs

4 lines
164 B
C#

namespace SharpChat.Channels;
public class ChannelIsDefaultException(string argName)
: ArgumentException("You cannot delete the default channel.", argName) {}