steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 100 forks source link

Enhance exceptions.py #207

Open cyon1c opened 6 years ago

cyon1c commented 6 years ago

steembase/exceptions.py has the foundations of a meaningful error routing architecture for RPC Errors. We should build this out further and then leverage it inside http_client.py to create a more comprehensible error handling flow.