UNPKG

eliza-core

Version:

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

6 lines (5 loc) 133 B
export class ScriptInterpretingError extends Error { constructor(msg) { super(msg || 'ScriptInterpretingError'); } }