TwoFactorAuthRequiredWebServiceException: updated to inherit InvalidTokenWebServiceException

This commit is contained in:
Shreyas Zare
2025-07-06 19:38:18 +05:30
parent 29864e87ae
commit 0b435730a6

View File

@@ -21,7 +21,7 @@ using System;
namespace DnsServerCore
{
public class TwoFactorAuthRequiredWebServiceException : DnsWebServiceException
public class TwoFactorAuthRequiredWebServiceException : InvalidTokenWebServiceException
{
#region constructors