MCPcopy Create free account
hub / github.com/Kilo-Org/cloud /

Class

packages/encryption/src/encryption.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export class EncryptionFormatError extends Error {
19 constructor(message: string, options?: ErrorOptions) {
20 super(message, options);
21 this.name = 'EncryptionFormatError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected