Files

9 lines
146 B
C#
Raw Permalink Normal View History

2024-12-07 20:55:50 +01:00
using System;
namespace UnityEditor.TestTools.TestRunner.TestRun
{
internal class TestRunCanceledException : Exception
{
}
}