| 9 | } from 'node:crypto'; |
| 10 | |
| 11 | export class EncryptionConfigurationError extends Error { |
| 12 | constructor(message: string, options?: ErrorOptions) { |
| 13 | super(message, options); |
| 14 | this.name = 'EncryptionConfigurationError'; |
nothing calls this directly
no outgoing calls
no test coverage detected