Raised when a canonical scan cannot be projected into a valid report.
| 23 | |
| 24 | |
| 25 | class ReportProjectionError(ValueError): |
| 26 | """Raised when a canonical scan cannot be projected into a valid report.""" |
| 27 | |
| 28 | |
| 29 | def _load_script(name: str) -> ModuleType: |
no outgoing calls
no test coverage detected