summaryrefslogtreecommitdiffstats
path: root/openstack/common/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/exception.py')
-rw-r--r--openstack/common/exception.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/openstack/common/exception.py b/openstack/common/exception.py
index a645588..cdf40f3 100644
--- a/openstack/common/exception.py
+++ b/openstack/common/exception.py
@@ -110,8 +110,7 @@ def wrap_exception(f):
class OpenstackException(Exception):
- """
- Base Exception
+ """Base Exception class.
To correctly use this class, inherit from it and define
a 'message' property. That message will get printf'd