mirror of
https://github.com/Radarr/Radarr
synced 2025-02-07 15:23:48 +00:00
8 lines
104 B
C#
8 lines
104 B
C#
|
using System;
|
||
|
|
||
|
namespace NzbDrone.Test.Common
|
||
|
{
|
||
|
public class TestException : Exception
|
||
|
{
|
||
|
}
|
||
|
}
|