mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
NzbDroneException now has inner exception
This commit is contained in:
@@ -15,5 +15,16 @@ namespace NzbDrone.Common.Exceptions
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
protected NzbDroneException(string message, Exception innerException, params object[] args)
|
||||
: base(string.Format(message, args), innerException)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
protected NzbDroneException(string message, Exception innerException)
|
||||
: base(message, innerException)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user