UNPKG

@parifi/sdk

Version:

Parifi SDK with common utility functions

11 lines 237 B
// src/error/not-found.error.ts var NotFoundError = class extends Error { constructor(message) { super(message); this.name = this.constructor.name; } }; export { NotFoundError }; //# sourceMappingURL=not-found.error.mjs.map