OF-DL/OF DL/Exceptions/AuthenticationFailureException.cs

4 lines
116 B
C#

namespace OF_DL.Exceptions;
public class AuthenticationFailureException() : Exception("Authentication failed");