How to handle the exceptions which are occured inside except: block? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to handle the exceptions which are occured inside except: block?

17th Feb 2017, 7:15 AM
sampath sai
sampath sai - avatar
1 Respuesta
- 1
You can't handle these exceptions: that means you either throw an error yourself and it crashes the programme as intended, or something very wrong happened. You can't handle these exceptions because of that
17th Feb 2017, 4:06 PM
Amaras A
Amaras A - avatar