mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
7 lines
210 B
TypeScript
7 lines
210 B
TypeScript
|
|
/**
|
||
|
|
* Throws an error on another job so that it's picked up by the runtime's
|
||
|
|
* uncaught error handling mechanism.
|
||
|
|
* @param err the error to throw
|
||
|
|
*/
|
||
|
|
export declare function hostReportError(err: any): void;
|