UNPKG

@platformos/pos-cli

Version:

Manage your platformOS application

8 lines 269 B
/** 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