MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / ApiException

Class ApiException

botasaurus_api/botasaurus_api/__init__.py:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4from typing import Optional
5
6class ApiException(Exception):
7 pass
8
9def _create_filename(path):
10 return "output/responses/" + path + ".json"

Callers 3

_raise_for_statusFunction · 0.70
__init__Method · 0.70
is_api_runningMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected