UNPKG

@xec-sh/cli

Version:

Xec: The Universal Shell for TypeScript

9 lines 229 B
export class SecretError extends Error { constructor(message, code, key) { super(message); this.code = code; this.key = key; this.name = 'SecretError'; } } //# sourceMappingURL=types.js.map