# DuplicateHandlerError

> **Class** in `langgraph_sdk`

📖 [View in docs](https://reference.langchain.com/python/langgraph-sdk/encryption/DuplicateHandlerError)

Raised when attempting to register a duplicate encryption/decryption handler.

## Signature

```python
DuplicateHandlerError()
```

## Extends

- `Exception`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/b674dd46228b0928a6bc0ad9a3d8e38ef28f6895/libs/sdk-py/langgraph_sdk/encryption/__init__.py#L35)