from bfxapi.exceptions import BfxBaseException class RequestParametersError(BfxBaseException): pass class UnknownGenericError(BfxBaseException): pass