UNPKG

@parifi/sdk

Version:

Parifi SDK with common utility functions

11 lines 253 B
// src/error/invalid-value.error.ts var InvalidValueError = class extends Error { constructor(message) { super(message); this.name = this.constructor.name; } }; export { InvalidValueError }; //# sourceMappingURL=invalid-value.error.mjs.map