exceto não fazer nada python
try:
do_something()
except Exception:
pass
Difficult Dunlin
try:
do_something()
except Exception:
pass