Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
namespace Bit.Core.Auth.Exceptions;
public class DuplicateAuthRequestException : Exception
{
public DuplicateAuthRequestException()
: base("An authentication request with the same device already exists.")
}