UNPKG

@qooxdoo/framework

Version:

The JS Framework for Coders

27 lines (25 loc) 757 B
/* ************************************************************************ * * qooxdoo-compiler - node.js based replacement for the Qooxdoo python * toolchain * * https://github.com/qooxdoo/qooxdoo-compiler * * Copyright: * 3033 Derrell Lipman * * License: * MIT: https://opensource.org/licenses/MIT * * This software is provided under the same licensing terms as Qooxdoo, * please see the LICENSE file in the Qooxdoo project's top-level directory * for details. * * Authors: * * Derrell Lipman (@derrell) * * ************************************************************************/ qx.Class.define("qx.tool.compiler.TargetError", { // extend : qx.type.BaseError extend: Error });