Question
Computer Science Question on Exceptions in Python
Which one of the following is not a built-in-exception in Python?
A
ValueError
B
EOFError
C
StackError
D
IndexError
Answer
StackError
Explanation
Solution
The correct option is(C): StackError