summaryrefslogtreecommitdiffstats
path: root/ipalib/exceptions.py
diff options
context:
space:
mode:
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 d1f3ab9e0..2c1e5a557 100644
--- a/ipalib/exceptions.py
+++ b/ipalib/exceptions.py
@@ -45,5 +45,5 @@ class IPAError(Exception):
return self.msg % self.kw
-class NameSpaceError(IPAError):
+class SetAttributeError(IPAError):
msg = 'Cannot set %r: NameSpace does not allow attribute setting'