Exception raised if a method is not valid for the current scenario.
| 51 | |
| 52 | |
| 53 | class NotThisMethod(Exception): |
| 54 | """Exception raised if a method is not valid for the current scenario.""" |
| 55 | |
| 56 | |
| 57 | LONG_VERSION_PY: dict[str, str] = {} |
no outgoing calls
no test coverage detected