Raised when underlying SMB connection has been disconnected or not connected yet
| 25 | pass |
| 26 | |
| 27 | class NotConnectedError(Exception): |
| 28 | """Raised when underlying SMB connection has been disconnected or not connected yet""" |
| 29 | pass |
| 30 | |
| 31 | class SMBTimeout(Exception): |
| 32 | """Raised when a timeout has occurred while waiting for a response or for a SMB/CIFS operation to complete.""" |
no outgoing calls
no test coverage detected