mirror of
https://github.com/Radarr/Radarr
synced 2025-02-22 14:21:14 +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
|
|
{
|
|
}
|
|
} |