summaryrefslogtreecommitdiffstats
path: root/ipalib/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/errors.py')
-rw-r--r--ipalib/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/errors.py b/ipalib/errors.py
index 36df0690e..9c40981ff 100644
--- a/ipalib/errors.py
+++ b/ipalib/errors.py
@@ -89,7 +89,7 @@ def check_isinstance(value, type_, name, allow_none=False):
return value
-class IPAError(Exception):
+class IPAError(StandardError):
"""
Base class for all custom IPA errors.