mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Service kills other instances on start.
This commit is contained in:
@@ -5,10 +5,8 @@ namespace NzbDrone.Host
|
||||
public class TerminateApplicationException : ApplicationException
|
||||
{
|
||||
public TerminateApplicationException(string reason)
|
||||
: base("Application is being terminated. Reason : " + reason)
|
||||
{
|
||||
Reason = reason;
|
||||
}
|
||||
|
||||
public string Reason { get; private set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user