1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-27 18:30:45 +00:00
Radarr/NzbDrone.Test.Common/TestException.cs

8 lines
104 B
C#
Raw Normal View History

2013-04-30 03:43:51 +00:00
using System;
namespace NzbDrone.Test.Common
{
public class TestException : Exception
{
}
}