cnrting / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

HttpLib2Error should inherit from IOError #296

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently HttpLib2Error can only be caught by specifically looking for it. It 
would be better if it inherited from a stdlib error (IOError, RuntimeError) so 
generic handlers could catch it.

Original issue reported on code.google.com by chris@improbable.org on 10 Oct 2013 at 9:44

GoogleCodeExporter commented 8 years ago

Original comment by joe.gregorio@gmail.com on 13 Oct 2013 at 3:10