mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-14 06:54:55 -05:00
245: Removed depreciated NormalizationError
This commit is contained in:
@@ -140,14 +140,6 @@ class ConversionError(ValidationError):
|
||||
)
|
||||
|
||||
|
||||
class NormalizationError(ValidationError):
|
||||
def __init__(self, name, value, type):
|
||||
self.type = type
|
||||
ValidationError.__init__(self, name, value,
|
||||
'not %r' % type
|
||||
)
|
||||
|
||||
|
||||
class RuleError(ValidationError):
|
||||
"""
|
||||
Raised when a value fails a validation rule.
|
||||
|
||||
Reference in New Issue
Block a user