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

Class

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

Source from the content-addressed store, hash-verified

9} from 'node:crypto';
10
11export class EncryptionConfigurationError extends Error {
12 constructor(message: string, options?: ErrorOptions) {
13 super(message, options);
14 this.name = 'EncryptionConfigurationError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected