From fcd3617bf8adeafc7485437cb9420af2f0fdee10 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Mon, 29 Apr 2013 20:43:51 -0700 Subject: [PATCH] added missing file --- NzbDrone.Test.Common/TestException.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 NzbDrone.Test.Common/TestException.cs 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