How to handle the exceptions which are occured inside except: block? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

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

17th Feb 2017, 7:15 AM
sampath sai
sampath sai - avatar
1 Réponse
- 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