UNPKG

js-audio-recorder

Version:
9 lines (8 loc) 158 B
/** * 异常处理 * @static * @param {*} message 错误消息 */ export function throwError(message: string) { throw new Error(message); }