Lidarr/src/NzbDrone.Test.Common/TestException.cs

9 lines
105 B
C#
Raw Normal View History

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