index
:
crypto-pnlcalc
master
Price-and-loss calculation
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exceptions.py
blob: dba1e4882f38cefae7e3c462b6e1681452d7ce26 (
plain
)
1
2
3
4
5
class MismatchedTradeError(Exception): pass class TradeNotFound(Exception): pass