MCPcopy
hub / github.com/google/python-fire / FireError

Class FireError

fire/core.py:177–182  ·  view source on GitHub ↗

Exception used by Fire when a Fire command cannot be executed. These exceptions are not raised by the Fire function, but rather are caught and added to the FireTrace.

Source from the content-addressed store, hash-verified

175
176
177class FireError(Exception):
178 """Exception used by Fire when a Fire command cannot be executed.
179
180 These exceptions are not raised by the Fire function, but rather are caught
181 and added to the FireTrace.
182 """
183
184
185class FireExit(SystemExit): # pylint: disable=g-bad-exception-name

Callers 6

_PrintResultFunction · 0.85
_FireFunction · 0.85
_GetMemberFunction · 0.85
_ParseFnFunction · 0.85
_ParseArgsFunction · 0.85
_ParseKeywordArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected