summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEditor.TestRunner/TestRun/TestRunCanceledException.cs
blob: faf67f6124e5615e431ca4bc960e18367a234a35 (plain) (blame)
1
2
3
4
5
6
7
8
9
using System;

namespace UnityEditor.TestTools.TestRunner.TestRun
{
    internal class TestRunCanceledException : Exception
    {
        
    }
}