playtest-unity/playtest/Library/PackageCache/com.unity.test-framework@1..../UnityEditor.TestRunner/TestRun/TestRunCanceledException.cs

9 lines
154 B
C#
Raw Normal View History

2023-06-21 13:28:15 -04:00
using System;
namespace UnityEditor.TestTools.TestRunner.TestRun
{
internal class TestRunCanceledException : Exception
{
}
2023-06-19 23:21:21 -04:00
}