Raised when a macro fails to resolve (e.g., insufficient arguments).
| 82 | |
| 83 | |
| 84 | class MacroError(Exception): |
| 85 | """Raised when a macro fails to resolve (e.g., insufficient arguments).""" |
| 86 | |
| 87 | |
| 88 | class RedirectionError(Exception): |
no outgoing calls
no test coverage detected
searching dependent graphs…