What happens to my first exception (A) when the second (B) is raised in the following code?
A
B
class A(Exception): pass class B(Except