diff --git a/NzbDrone.Test.Common/TestException.cs b/NzbDrone.Test.Common/TestException.cs new file mode 100644 index 000000000..751b4c346 --- /dev/null +++ b/NzbDrone.Test.Common/TestException.cs @@ -0,0 +1,8 @@ +using System; + +namespace NzbDrone.Test.Common +{ + public class TestException : Exception + { + } +} \ No newline at end of file