plugin-error-3.js 95 Bytes
registerPlugin({
    eval: function() {
        throw new Error('An error was here.')
    }
});