Files
TowerDefence/My project/Library/PackageCache/com.unity.test-framework@b016de14e327/UnityEditor.TestRunner/TestRun/TestRunCanceledException.cs

9 lines
138 B
C#
Raw Normal View History

2025-11-14 17:30:41 +00:00
using System;
namespace UnityEditor.TestTools.TestRunner.TestRun
{
internal class TestRunCanceledException : Exception
{
}
}