mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-11 20:52:42 +01:00
utils: remove reference to checkAuthenticated() in NotAuthorizedError
This commit is contained in:
parent
a7280d2943
commit
e07974f803
3
utils.py
3
utils.py
@ -23,8 +23,7 @@ NORMALIZEWHITESPACE_RE = re.compile(r'\s+')
|
||||
|
||||
class NotAuthorizedError(Exception):
|
||||
"""
|
||||
Exception raised by checkAuthenticated() when a user fails authentication
|
||||
requirements.
|
||||
Exception raised by the PyLink permissions system when a user fails access requirements.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user