# LangSmithExceptionGroup

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/utils/LangSmithExceptionGroup)

Port of ExceptionGroup for Py < 3.11.

## Signature

```python
LangSmithExceptionGroup(
    self,
    *args: Any = (),
    exceptions: Sequence[Exception],
    **kwargs: Any = {},
)
```

## Extends

- `LangSmithError`

## Constructors

```python
__init__(
    self,
    *args: Any = (),
    exceptions: Sequence[Exception],
    **kwargs: Any = {},
) -> None
```

| Name | Type |
|------|------|
| `exceptions` | `Sequence[Exception]` |


## Properties

- `exceptions`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/6a74bf5af9e542d8065af8edca54b2448f430916/python/langsmith/utils.py#L78)