sharp-chat/SharpChatCommon/Auth/AuthFailedException.cs

4 lines
100 B
C#
Raw Normal View History

namespace SharpChat.Auth;
public class AuthFailedException(string message) : Exception(message) {}