4 lines
164 B
C#
4 lines
164 B
C#
namespace SharpChat.Channels;
|
|
|
|
public class ChannelIsDefaultException(string argName)
|
|
: ArgumentException("You cannot delete the default channel.", argName) {}
|