1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00
Radarr/NzbDrone.Host/TerminateApplicationException.cs
kay.one a4a58c59f1 cleaned up app startup logic.
fixed update app issue.
2013-08-15 19:20:54 -07:00

8 lines
127 B
C#

using System;
namespace NzbDrone.Host
{
public class TerminateApplicationException : ApplicationException
{
}
}