Make a custom exception
Advertisements i have a bot and sometimes i get this error: raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host=’127.0.0.1′, port=23264): Max retries exceeded with url: /lol-summoner/v1/current-summoner (Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnection object at 0x00000170037E5B10>: Failed to establish a new connection: [WinError 10061] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée’)) This happens but i don’t care,… Read More Make a custom exception