mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
8 lines
No EOL
104 B
C#
8 lines
No EOL
104 B
C#
using System;
|
|
|
|
namespace NzbDrone.Test.Common
|
|
{
|
|
public class TestException : Exception
|
|
{
|
|
}
|
|
} |