capsul-flask/capsulflask/btcpay/exceptions.py

4 lines
129 B
Python
Raw Normal View History

class BtcPayArgumentError(Exception): pass
class BtcPayBtcPayError(Exception): pass
class BtcPayConnectionError(Exception): pass