Required editor version not installed. Raised when: - Project requires a specific Unity version - That version is not installed on the system
| 132 | |
| 133 | |
| 134 | class EditorNotFoundError(ProjectError): |
| 135 | """Required editor version not installed. |
| 136 | |
| 137 | Raised when: |
| 138 | - Project requires a specific Unity version |
| 139 | - That version is not installed on the system |
| 140 | """ |
| 141 | |
| 142 | pass |
no outgoing calls
no test coverage detected