UNPKG

@cosmicmind/foundationjs

Version:

A comprehensive TypeScript library offering utilities and tools for efficient project development.

13 lines 392 B
export type IFoundationError = { get name(): string; get message(): string; }; export declare class FoundationError extends Error implements IFoundationError { get name(): string; toString(): string; } export declare class FoundationTypeError extends TypeError implements IFoundationError { get name(): string; toString(): string; } //# sourceMappingURL=error.d.ts.map