Files
Project_Astral/blockchain/node_modules/@sentry/utils/dist/error.d.ts
2026-02-25 00:50:23 +05:30

8 lines
269 B
TypeScript

/** An error emitted by Sentry SDKs and related utilities. */
export declare class SentryError extends Error {
message: string;
/** Display name of this error instance. */
name: string;
constructor(message: string);
}
//# sourceMappingURL=error.d.ts.map