class SpeechCredentialError extends Error { constructor(msg) { super(msg); } } module.exports = { SpeechCredentialError };