Make ContentDecodingError a subclass.
authorCory Benfield <lukasaoz@gmail.com>
Thu, 9 Jan 2014 19:08:58 +0000 (19:08 +0000)
committerCory Benfield <lukasaoz@gmail.com>
Thu, 9 Jan 2014 19:08:58 +0000 (19:08 +0000)
commit4862d29a96d83c1503048b0e12de23aa2b8e4aa4
tree92c5be52b122def274bd947399094cc206ce1a5b
parent14f207f3fcee7e2d7ad17f0fe9a0ff311918d54d
Make ContentDecodingError a subclass.

This should avoid the user having to worry about the new exception.
requests/exceptions.py