1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-04 02:38:18 +00:00
Radarr/NzbDrone.Test.Common/TestException.cs

8 lines
104 B
C#
Raw Normal View History

2013-04-29 20:43:51 -07:00
using System;
namespace NzbDrone.Test.Common
{
public class TestException : Exception
{
}
}