catch exception

This commit is contained in:
xds
2026-02-04 18:23:36 +03:00
parent 53b2bce1b2
commit bf8396a790
5 changed files with 25 additions and 9 deletions

3
adapters/Exception.py Normal file
View File

@@ -0,0 +1,3 @@
class GoogleGenerationException(Exception):
message: str
pass