Error diagnostics were reported during the execution of a pass. See the configured diagnostic renderer for detailed error information.
| 120 | |
| 121 | @register_error |
| 122 | class DiagnosticError(RuntimeError): |
| 123 | """Error diagnostics were reported during the execution of a pass. |
| 124 | |
| 125 | See the configured diagnostic renderer for detailed error information. |
| 126 | """ |
no outgoing calls
no test coverage detected
searching dependent graphs…