Exception raised if a method is not valid for the current scenario.
| 363 | |
| 364 | |
| 365 | class NotThisMethod(Exception): |
| 366 | """Exception raised if a method is not valid for the current scenario.""" |
| 367 | |
| 368 | |
| 369 | # these dictionaries contain VCS-specific tools |
no outgoing calls
no test coverage detected
searching dependent graphs…