Unity Hub CLI executable not found. Raised when: - Hub CLI not found in known locations - UNITY_HUB_PATH environment variable points to invalid path
| 93 | |
| 94 | |
| 95 | class HubNotFoundError(HubError): |
| 96 | """Unity Hub CLI executable not found. |
| 97 | |
| 98 | Raised when: |
| 99 | - Hub CLI not found in known locations |
| 100 | - UNITY_HUB_PATH environment variable points to invalid path |
| 101 | """ |
| 102 | |
| 103 | pass |
| 104 | |
| 105 | |
| 106 | class HubInstallError(HubError): |
no outgoing calls
no test coverage detected