UNPKG

wa-chat-server

Version:

Watson Assistant powered chat server

7 lines (6 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SchemaValidationException = void 0; class SchemaValidationException extends Error { } exports.SchemaValidationException = SchemaValidationException;