blob: bc9d12b45f66369b5f1f4416d8f719c1839266f3 [file] [log] [blame]
class B(Exception):
pass
pass #<---here
class C(B):
pass