blob: 9a82c9105946fa37e7cf203c8975dcef78962792 [file] [log] [blame]
import exception_classname
a = exception_classname.Exception()
if a.testfunc() != 42:
raise RuntimeError("Not 42!")