Raised when SMB connection is not ready (i.e. not authenticated or authentication failed)
| 21 | |
| 22 | |
| 23 | class NotReadyError(Exception): |
| 24 | """Raised when SMB connection is not ready (i.e. not authenticated or authentication failed)""" |
| 25 | pass |
| 26 | |
| 27 | class NotConnectedError(Exception): |
| 28 | """Raised when underlying SMB connection has been disconnected or not connected yet""" |
no outgoing calls
no test coverage detected