diff options
Diffstat (limited to 'ipalib/exceptions.py')
-rw-r--r-- | ipalib/exceptions.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipalib/exceptions.py b/ipalib/exceptions.py index 752a1e20..4150d712 100644 --- a/ipalib/exceptions.py +++ b/ipalib/exceptions.py @@ -55,3 +55,7 @@ class OverrideError(IPAError): class RegistrationError(IPAError): msg = '%r is not a subclass of %s' + + +class PrefixError(IPAError): + msg = 'class name %r must start with %r' |