UNPKG
js-audio-recorder
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
js audio recorder plugin
github.com/2fps/recorder
2fps/recorder
js-audio-recorder
/
src
/
exception
/
exception.ts
9 lines
(8 loc)
•
158 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
/** * 异常处理 *
@static
*
@param
{
*
} message 错误消息 */
export
function
throwError
(
message: string
) {
throw
new
Error
(message); }