UNPKG

@da-web/js-audio-recorder

Version:

js audio recorder plugin

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