eprbell / rp2

Privacy-focused, free, open-source cryptocurrency tax calculator for multiple countries: it handles multiple coins/exchanges and computes long/short-term capital gains, cost bases, in/out lot relationships/fractioning, and account balances. It supports FIFO, LIFO, HIFO and it outputs in form 8949 format. It has a programmable plugin architecture
https://pypi.org/project/rp2/
Apache License 2.0
256 stars 42 forks source link

Add RP2RuntimeError for Exception #89

Closed macanudo527 closed 1 year ago

macanudo527 commented 1 year ago

This PR addresses the pylint errors for general exceptions. All Exceptions have been replaced with RP2RuntimeErrors to be more specific.