Files
OMG/Library/PackageCache/com.unity.test-framework@1.1.33/UnityEditor.TestRunner/TestRun/TestRunCanceledException.cs

9 lines
154 B
C#
Raw Normal View History

2026-02-16 14:02:58 +01:00
using System;
namespace UnityEditor.TestTools.TestRunner.TestRun
{
internal class TestRunCanceledException : Exception
{
}
}