1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-25 01:02:05 +00:00

added missing file

This commit is contained in:
kay.one 2013-04-29 20:43:51 -07:00
parent 6d12a85756
commit fcd3617bf8

View file

@ -0,0 +1,8 @@
using System;
namespace NzbDrone.Test.Common
{
public class TestException : Exception
{
}
}