UNPKG

eliza-core

Version:

A rendition of ELIZA program engine by Weizenbaum sharable for all javascript environments

11 lines (10 loc) 446 B
import * as tslib_1 from "tslib"; import { ScriptInterpretingError } from './base-error'; var DuplicateAnnotateException = (function (_super) { tslib_1.__extends(DuplicateAnnotateException, _super); function DuplicateAnnotateException(annotate) { return _super.call(this, "Annotate Duplicated: " + annotate) || this; } return DuplicateAnnotateException; }(ScriptInterpretingError)); export { DuplicateAnnotateException };