Readarr/src/NzbDrone.Test.Common/TestException.cs
Qstick f77a2feeef
StyleCop (#1058)
* Stylecop Rules and Fixes
2020-01-03 07:49:24 -05:00

8 lines
105 B
C#

using System;
namespace NzbDrone.Test.Common
{
public class TestException : Exception
{
}
}