Raised for documents with file structure issues.
| 17693 | } |
| 17694 | |
| 17695 | class FileDataError(RuntimeError): |
| 17696 | """Raised for documents with file structure issues.""" |
| 17697 | pass |
| 17698 | |
| 17699 | class FileNotFoundError(RuntimeError): |
| 17700 | """Raised if file does not exist.""" |
no outgoing calls
no test coverage detected
searching dependent graphs…