Raised when synchronization with profiler fails.
| 26 | |
| 27 | |
| 28 | class SyncError(CoordinatorError): |
| 29 | """Raised when synchronization with profiler fails.""" |
| 30 | pass |
| 31 | |
| 32 | |
| 33 | class TargetError(CoordinatorError): |
no outgoing calls
no test coverage detected
searching dependent graphs…