source:
trip-planner-front/node_modules/rxjs/internal/util/hostReportError.d.ts
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 210 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | /** |
2 | * Throws an error on another job so that it's picked up by the runtime's | |
3 | * uncaught error handling mechanism. | |
4 | * @param err the error to throw | |
5 | */ | |
6 | export declare function hostReportError(err: any): void; |
Note:
See TracBrowser
for help on using the repository browser.