网站首页 网站源码
website
站点相关全部源代码,隐藏了一些关于服务器的信息
namespace Dpz.Core.Authenticator;

public class QrException : Exception
{
    public QrException(string message) : base(message)
    { }

    public QrException(string message, Exception innerException) : base(message, innerException)
    { }
}
loading