Is any more built-in errors are there in python3 ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is any more built-in errors are there in python3 ?

There is a class 'BaseException'. All exceptions are instances of this class. To get the hierarchy of exceptions (errors), check this code... https://code.sololearn.com/cHyOfv7V4Ndg/?ref=app May be there is an easier way, I don't know 🤷‍♂️🙂

23rd Oct 2020, 12:21 PM
Rajan K
Rajan K - avatar
1 Answer
+ 2
The complete list can be found at the bottom of this page: https://docs.python.org/3/library/exceptions.html
23rd Oct 2020, 12:29 PM
QTWizard