+ 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 🤷♂️🙂
1 Antwort
+ 2
The complete list can be found at the bottom of this page:
https://docs.python.org/3/library/exceptions.html