betfair.py icon indicating copy to clipboard operation
betfair.py copied to clipboard

Adding separate exception for http error. Inherits from ApiMetaError

Open ms5 opened this issue 9 years ago • 1 comments

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 avatar Jul 09 '15 07:07 ms5

I renamed the base exception to ApiBaseError which is IMHO more adequate about what is is, than "meta" exception which is misleading.

ms5 avatar Jul 10 '15 08:07 ms5