| 16 | } |
| 17 | |
| 18 | export class EncryptionFormatError extends Error { |
| 19 | constructor(message: string, options?: ErrorOptions) { |
| 20 | super(message, options); |
| 21 | this.name = 'EncryptionFormatError'; |
nothing calls this directly
no outgoing calls
no test coverage detected