4 lines
172 B
C#
4 lines
172 B
C#
namespace SharpChat.Channels;
|
|
|
|
public class NoDefaultChannelException()
|
|
: NullReferenceException("A public, non-temporary default channel could not be determined.") {}
|