UNPKG

polly-text-split

Version:

Text splitter for working with AWS Polly TTS.

14 lines (12 loc) 327 B
class ConfigurationValidationError extends Error { /** * Constructs the ConfigurationValidationError class. * @param {string} message * @constructor */ constructor(message) { super(message) this.name = this.constructor.name } } module.exports = { ConfigurationValidationError }