[jasper/world/studio] Cleanup OxException
All checks were successful
Build / build (push) Successful in 3m40s
All checks were successful
Build / build (push) Successful in 3m40s
This commit is contained in:
parent
da5b985fb2
commit
0d3b87d60c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user