bea2dce063
test
9 lines
146 B
C#
9 lines
146 B
C#
using System;
|
|
|
|
namespace UnityEditor.TestTools.TestRunner.TestRun
|
|
{
|
|
internal class TestRunCanceledException : Exception
|
|
{
|
|
|
|
}
|
|
} |