filmov
tv
How to catch all Python exceptions in try/except block #shorts

Показать описание
Use except Exception to catch all errors. Only use this when you have to keep a process alive. Be sure to log the error and respond by creating a specific catch or removing the cause of the error.