MCPcopy
hub / github.com/GitGuardian/ggshield / PluginAPIError

Class PluginAPIError

ggshield/core/plugin/client.py:202–205  ·  view source on GitHub ↗

Error communicating with the plugin API.

Source from the content-addressed store, hash-verified

200
201
202class PluginAPIError(Exception):
203 """Error communicating with the plugin API."""
204
205 pass
206
207
208class PluginNotAvailableError(Exception):

Calls

no outgoing calls