Raised when an XMLResource calls a system function that returns a system-related error, including I/O operations.
| 70 | |
| 71 | |
| 72 | class XMLResourceOSError(XMLResourceError, OSError): |
| 73 | """ |
| 74 | Raised when an XMLResource calls a system function that returns a system-related error, |
| 75 | including I/O operations. |
| 76 | """ |
no outgoing calls
no test coverage detected
searching dependent graphs…