Files
server/usr/lib/python3/dist-packages/ntlm_auth/exceptions.py
2026-01-07 20:52:11 +01:00

7 lines
187 B
Python

# Copyright: (c) 2018, Jordan Borean (@jborean93) <jborean93@gmail.com>
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
class NoAuthContextError(Exception):
pass