MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / HubNotFoundError

Class HubNotFoundError

unity_cli/exceptions.py:95–103  ·  view source on GitHub ↗

Unity Hub CLI executable not found. Raised when: - Hub CLI not found in known locations - UNITY_HUB_PATH environment variable points to invalid path

Source from the content-addressed store, hash-verified

93
94
95class 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
106class HubInstallError(HubError):

Callers 2

__init__Method · 0.90
_run_commandMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected