Indicates a problem with the include order in a file.
| 728 | |
| 729 | |
| 730 | class _IncludeError(Exception): |
| 731 | """Indicates a problem with the include order in a file.""" |
| 732 | pass |
| 733 | |
| 734 | |
| 735 | class FileInfo: |
nothing calls this directly
no outgoing calls
no test coverage detected