UNPKG

269 BTypeScriptView Raw
1/** An error emitted by Sentry SDKs and related utilities. */
2export declare class SentryError extends Error {
3 message: string;
4 /** Display name of this error instance. */
5 name: string;
6 constructor(message: string);
7}
8//# sourceMappingURL=error.d.ts.map
\No newline at end of file