mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-15 10:09:11 +02:00
20 lines
334 B
Text
20 lines
334 B
Text
---
|
|
title: exceptions
|
|
sidebarTitle: exceptions
|
|
---
|
|
|
|
# `fastmcp.utilities.exceptions`
|
|
|
|
## Functions
|
|
|
|
### `iter_exc`
|
|
|
|
```python
|
|
iter_exc(group: BaseExceptionGroup)
|
|
```
|
|
|
|
### `get_catch_handlers`
|
|
|
|
```python
|
|
get_catch_handlers() -> Mapping[type[BaseException] | Iterable[type[BaseException]], Callable[[BaseExceptionGroup[Any]], Any]]
|
|
```
|