Legacy alias — use NotSupportedError for new code.
| 48 | |
| 49 | |
| 50 | class NotSupportError(NotSupportedError): |
| 51 | """Legacy alias — use NotSupportedError for new code.""" |
| 52 | pass |
| 53 | |
| 54 | |
| 55 | class NoValidRevisionError(NotExistError): |
no outgoing calls
no test coverage detected
searching dependent graphs…