try catch inside codon
Open
- Dominant language
- Python
- Stars
- 16.8k
- Forks
- 603
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 6
Description
**Given:**
```
try:
raise Exception("some exception")
except Exception as e:
logger.exception(
"Невозможно завершить транзакцию. Откат изменений... %s",
e
)
```
**Error:**
`'Exception' object has no attribute '__to_py__'`
Contributor guide
Assessment
This issue has not been assessed yet.