UNPKG
@iot9x.com/nestjs-ucpaas-voice
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
nestjs 云之讯平台语音集成插件
@iot9x.com/nestjs-ucpaas-voice
/
dist
/
errors
/
ucpaas.error.js
8 lines
(7 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
UcpaasError
=
void
0
;
/** 插件自定义错误 */
class
UcpaasError
extends
Error
{ }
exports
.
UcpaasError
=
UcpaasError
;