Exception raised if a method is not valid for the current scenario.
| 60 | |
| 61 | |
| 62 | class NotThisMethod(Exception): |
| 63 | """Exception raised if a method is not valid for the current scenario.""" |
| 64 | |
| 65 | |
| 66 | LONG_VERSION_PY: dict[str, str] = {} |
no outgoing calls
no test coverage detected