blob: 6e97cb6a9a03d11947df071d0a0421a9db25353b [file] [log] [blame]
var exception_classname = require("exception_classname");
a = new exception_classname.Exception();
if (a.testfunc() != 42) {
throw new Error("Not 42!");
}