[jasper/world/studio] Cleanup OxException
All checks were successful
Build / build (push) Successful in 3m40s

This commit is contained in:
Gary Talent 2024-12-14 00:40:48 -06:00
parent da5b985fb2
commit 0d3b87d60c

View File

@ -14,7 +14,7 @@ AddObjectSet::AddObjectSet(WorldDoc &doc, ox::UUID const&objSetUuid):
if (o.path > m_path) {
break;
} else if (o.path == m_path) {
throw OxException(1, "Path already exists in doc");
throw ox::Exception(1, "Path already exists in doc");
}
++m_insertIdx;
}