1 import Qt 4.7
2 import Qt.test 1.0
3
4 MyQmlObject {
5 value: { throw(new Error("JS exception")) }
6 }
7