Coverage for mindsdb / integrations / handlers / huggingface_api_handler / exceptions.py: 0%
4 statements
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-21 00:36 +0000
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-21 00:36 +0000
1class UnsupportedTaskException(Exception):
2 pass
5class InsufficientParametersException(Exception):
6 pass