langchain/libs
William FH 287c81db89
Catch Base Exception (#10607)
Currently the on_*_error isn't called for CancellationError's. This is
because in python 3.8, the inheritance changed from Exception to
BaseException


https://docs.python.org/3/library/asyncio-exceptions.html#asyncio.CancelledError
2023-09-18 08:19:35 -07:00
..
experimental Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
langchain Catch Base Exception (#10607) 2023-09-18 08:19:35 -07:00