6 lines
217 B
Text
6 lines
217 B
Text
GoodException __new__
|
|
<class 'Dummy'> good message
|
|
BadException __new__
|
|
<class 'TypeError'> exceptions must derive from BaseException
|
|
BadException __new__
|
|
<class 'TypeError'> exceptions must derive from BaseException
|