Raised if file does not exist.
| 17697 | pass |
| 17698 | |
| 17699 | class FileNotFoundError(RuntimeError): |
| 17700 | """Raised if file does not exist.""" |
| 17701 | pass |
| 17702 | |
| 17703 | class EmptyFileError(FileDataError): |
| 17704 | """Raised when creating documents from zero-length data.""" |
no outgoing calls
no test coverage detected
searching dependent graphs…