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

9 lines
146 B
C#
Raw Normal View History

2023-03-28 13:24:16 -04:00
using System;
namespace UnityEditor.TestTools.TestRunner.TestRun
{
internal class TestRunCanceledException : Exception
{
}
}