mirror of
https://github.com/wassname/flask-security.git
synced 2026-08-20 12:20:08 +08:00
Full test coverage!
This commit is contained in:
@@ -40,12 +40,6 @@ class RoleNotFoundError(SecurityError):
|
||||
"""
|
||||
|
||||
|
||||
class UserIdNotFoundError(SecurityError):
|
||||
"""Raised by a user datastore when there is an attempt to find a user by
|
||||
ID and the user is not found.
|
||||
"""
|
||||
|
||||
|
||||
class UserDatastoreError(SecurityError):
|
||||
"""Raised when a user datastore experiences an unexpected error
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user