seeing-things / zwo

ZWO SDK and custom software for debugging and using it.
23 stars 4 forks source link

Create and use ASIError exception type in place of RuntimeError #45

Closed bgottula closed 4 years ago

bgottula commented 4 years ago

This at least allows try blocks to handle this exception specifically. Would be a little better if it also stored the actual error code, but this is good enough for now.