Add symbol not found

questrade_candles
Tyler Goodlet 2020-05-17 20:39:38 -04:00
parent 764f647578
commit 595f79c632
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ class BrokerError(Exception):
"Generic broker issue"
class SymbolNotFound(BrokerError):
"Symbol not found by broker search"
def resproc(
resp: asks.response_objects.Response,
log: logging.Logger,