aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/exceptionProducesWarning.qml
blob: b8d5e5e60fef10d7b2e927b6fd5fd3ebac7c775d (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0
import Qt.test 1.0

MyQmlObject {
    Component.onCompleted:
        { throw(new Error("JS exception")) }
}