This commit is contained in:
yumoqing 2026-04-13 18:14:47 +08:00
parent 53c58f00fc
commit aedab9abff

View File

@ -153,6 +153,7 @@ class DBPools:
except: except:
pass pass
await sqlor.exit() await sqlor.exit()
raise e
def get_exception(self): def get_exception(self):
return self.e_except return self.e_except