summaryrefslogtreecommitdiffstats
path: root/ipalib/exceptions.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-07-22 06:41:33 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-07-22 06:41:33 +0000
commitfc33f5d359573cd977d168ea1fbed97cdc55c992 (patch)
tree6532ceb40e602993a4aab8e2fa80423968aeaafe /ipalib/exceptions.py
parent0c574d830062d7957c2c65081e3e66fc0bb41759 (diff)
downloadfreeipa-fc33f5d359573cd977d168ea1fbed97cdc55c992.tar.gz
freeipa-fc33f5d359573cd977d168ea1fbed97cdc55c992.tar.xz
freeipa-fc33f5d359573cd977d168ea1fbed97cdc55c992.zip
28: Added new base.Register class that is a more generic way of doing the plugin registration and doesn't itself instatiate any plugins; added corresponding unit tests
Diffstat (limited to 'ipalib/exceptions.py')
-rw-r--r--ipalib/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/exceptions.py b/ipalib/exceptions.py
index 76c7da8c..4c307177 100644
--- a/ipalib/exceptions.py
+++ b/ipalib/exceptions.py
@@ -58,7 +58,7 @@ class DuplicateError(IPAError):
class RegistrationError(IPAError):
- msg = '%r must be a subclass of %s'
+ msg = '%s: %r'
class PrefixError(IPAError):