summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2013-04-03 09:44:20 -0700
committerJoe Heck <heckj@mac.com>2013-04-03 09:44:20 -0700
commitb8d3788bf00de69da4a57228c8051788e6fc04e8 (patch)
tree6fd4f7b579b1af7761a63a20289fa307266dc3f9 /HACKING
parent3ce7017c7aba358158296f992ed4b594f0958834 (diff)
downloadpython-keystoneclient-b8d3788bf00de69da4a57228c8051788e6fc04e8.tar.gz
adding notes about dealing with exceptions in the client
Change-Id: I661b10414e0281bc695236bb32f985b0ef5b7600
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 6 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 8f99086..bac532f 100644
--- a/HACKING
+++ b/HACKING
@@ -75,3 +75,9 @@ Docstrings
:returns: description of the return value
"""
+
+Exceptions
+----------
+
+When dealing with exceptions from underlying libraries, translate those
+exceptions to an instance or subclass of ClientException.