1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 17:47:08 +00:00
Lidarr/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
{
}
}