import QtQuick 2.0 import Qt.test 1.0 MyQmlObject { Component.onCompleted: { throw(new Error("JS exception")) } }