mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
@@ -7,7 +7,8 @@ namespace NzbDrone.Core.Exceptions
|
||||
{
|
||||
public HttpStatusCode StatusCode { get; private set; }
|
||||
|
||||
public NzbDroneClientException(HttpStatusCode statusCode, string message, params object[] args) : base(message, args)
|
||||
public NzbDroneClientException(HttpStatusCode statusCode, string message, params object[] args)
|
||||
: base(message, args)
|
||||
{
|
||||
StatusCode = statusCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user