1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00
Files
Radarr/src/NzbDrone.Test.Common/TestException.cs
T
2013-10-02 18:01:32 -07:00

8 lines
104 B
C#

using System;
namespace NzbDrone.Test.Common
{
public class TestException : Exception
{
}
}