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