MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / MacroError

Class MacroError

cmd2/exceptions.py:84–85  ·  view source on GitHub ↗

Raised when a macro fails to resolve (e.g., insufficient arguments).

Source from the content-addressed store, hash-verified

82
83
84class MacroError(Exception):
85 """Raised when a macro fails to resolve (e.g., insufficient arguments)."""
86
87
88class RedirectionError(Exception):

Callers 1

_resolve_macroMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…