mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 00:23:59 -07: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
|
|
{
|
|
}
|
|
} |