1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 10:28:08 +00:00
Lidarr/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
{
}
}