blob: 65709b2ccf26b27a2e86c353ce8d9e1f998a655b (
plain) (
blame)
1
2
3
4
5
6
|
GoodException __new__
<class 'Dummy'> good message
BadException __new__
<class 'TypeError'> exceptions must derive from BaseException
BadException __new__
<class 'TypeError'> exceptions must derive from BaseException
|