namespace SharpChat.Channels;

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