Add a no data available error
parent
7dfc7f7fa2
commit
3e39e9620c
|
@ -32,6 +32,10 @@ class SymbolNotFound(BrokerError):
|
||||||
"Symbol not found by broker search"
|
"Symbol not found by broker search"
|
||||||
|
|
||||||
|
|
||||||
|
class NoData(BrokerError):
|
||||||
|
"Symbol data not permitted"
|
||||||
|
|
||||||
|
|
||||||
def resproc(
|
def resproc(
|
||||||
resp: asks.response_objects.Response,
|
resp: asks.response_objects.Response,
|
||||||
log: logging.Logger,
|
log: logging.Logger,
|
||||||
|
|
Loading…
Reference in New Issue