jmcarp / betfair.py

A Python wrapper for the Betfair API
MIT License
103 stars 76 forks source link

handling api and http error exceptions proposal #51

Closed ms5 closed 9 years ago

ms5 commented 9 years ago

This is a proposal of handling api and http errors according to discussion of pr #43

includes two separate classes for api and http errors, but both exceptions are inherited from a ApiMetaError exception.

ms5 commented 9 years ago

I mixed that thing up, while trying to squash the commits together. I'll create a new clean PR. sorry for the noise.