diff options
| author | Joe Heck <heckj@mac.com> | 2013-04-03 09:44:20 -0700 |
|---|---|---|
| committer | Joe Heck <heckj@mac.com> | 2013-04-03 09:44:20 -0700 |
| commit | b8d3788bf00de69da4a57228c8051788e6fc04e8 (patch) | |
| tree | 6fd4f7b579b1af7761a63a20289fa307266dc3f9 /HACKING | |
| parent | 3ce7017c7aba358158296f992ed4b594f0958834 (diff) | |
| download | python-keystoneclient-b8d3788bf00de69da4a57228c8051788e6fc04e8.tar.gz | |
adding notes about dealing with exceptions in the client
Change-Id: I661b10414e0281bc695236bb32f985b0ef5b7600
Diffstat (limited to 'HACKING')
| -rw-r--r-- | HACKING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
