mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-29 08:11:18 -05:00
added missing file
This commit is contained in:
8
NzbDrone.Test.Common/TestException.cs
Normal file
8
NzbDrone.Test.Common/TestException.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace NzbDrone.Test.Common
|
||||
{
|
||||
public class TestException : Exception
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user