ajsfw
Version:
Ajs Framework
12 lines (11 loc) • 538 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var exceptions_1 = require("ajsfw/exceptions");
var NoDebugModulesConfiguredException = (function (_super) {
__extends(NoDebugModulesConfiguredException, _super);
function NoDebugModulesConfiguredException() {
return _super !== null && _super.apply(this, arguments) || this;
}
return NoDebugModulesConfiguredException;
}(exceptions_1.Exception));
exports.NoDebugModulesConfiguredException = NoDebugModulesConfiguredException;