We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec5729 commit 6bce7b8Copy full SHA for 6bce7b8
UnityMcpBridge/Editor/Tools/CommandRegistry.cs
@@ -32,7 +32,7 @@ public static Func<JObject, object> GetHandler(string commandName)
32
{
33
if (!_handlers.TryGetValue(commandName, out var handler))
34
35
- throw new InvalidOperation(
+ throw new InvalidOperationException(
36
$"Unknown or unsupported command type: {command.type}");
37
}
38
0 commit comments