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

Class ProjectError

unity_cli/exceptions.py:117–120  ·  view source on GitHub ↗

Unity project related error.

Source from the content-addressed store, hash-verified

115
116
117class ProjectError(UnityCLIError):
118 """Unity project related error."""
119
120 pass
121
122
123class ProjectVersionError(ProjectError):

Callers 3

from_fileMethod · 0.90
from_pathMethod · 0.90
open_projectMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected