mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
a4a58c59f1
fixed update app issue.
8 lines
127 B
C#
8 lines
127 B
C#
using System;
|
|
|
|
namespace NzbDrone.Host
|
|
{
|
|
public class TerminateApplicationException : ApplicationException
|
|
{
|
|
}
|
|
} |