Friday, 20 May 2022
  1 Replies
  391 Visits
  Subscribe
Hi,
i'm lost in these exceptions handlers:

fWebSocket.OnException := doWebSocketException;
fHttp.OnException := doException;
fHttp.OnBinanceHTTPException := doBinanceHTTPException;

What is the difference between? Is onBinancHTTPException for both restapi and websocket exception, or should I work on every of it?

Thanks