forked from 3wordchant/capsul-flask
4 lines
129 B
Python
4 lines
129 B
Python
|
class BtcPayArgumentError(Exception): pass
|
||
|
class BtcPayBtcPayError(Exception): pass
|
||
|
class BtcPayConnectionError(Exception): pass
|