error message

This commit is contained in:
ousttrue
2024-07-25 14:07:36 +09:00
parent be20563059
commit b852819b70

View File

@@ -438,7 +438,7 @@ namespace UniGLTF
}
else
{
throw new ArgumentException($"no {nameof(T)}");
throw new ArgumentException($"no {typeof(T)}");
}
}
@@ -450,7 +450,7 @@ namespace UniGLTF
}
else
{
throw new ArgumentException($"no {nameof(T)}");
throw new ArgumentException($"no {typeof(T)}");
}
}