Raised when creating documents from zero-length data.
| 17701 | pass |
| 17702 | |
| 17703 | class EmptyFileError(FileDataError): |
| 17704 | """Raised when creating documents from zero-length data.""" |
| 17705 | pass |
| 17706 | |
| 17707 | # propagate exception class to C-level code |
| 17708 | #_set_FileDataError(FileDataError) |
no outgoing calls
no test coverage detected
searching dependent graphs…