mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
245: Removed depreciated NormalizationError
This commit is contained in:
parent
6f739bcf67
commit
62533bfb2b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user