mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-23 06:20:50 +00:00
8 lines
No EOL
127 B
C#
8 lines
No EOL
127 B
C#
using System;
|
|
|
|
namespace NzbDrone.Host
|
|
{
|
|
public class TerminateApplicationException : ApplicationException
|
|
{
|
|
}
|
|
} |