Rethrow Exception

This commit is contained in:
hirose
2019-12-12 21:50:33 +09:00
parent 60fe7dc5ed
commit d25e683b34

View File

@@ -263,7 +263,7 @@ namespace UniGLTF
}
catch(StackOverflowException ex)
{
Debug.LogError("[UniVRM Import Error] json parsing failed, nesting is too deep.\n" + ex);
throw new Exception("[UniVRM Import Error] json parsing failed, nesting is too deep.\n" + ex);
}
catch
{