mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
NzbDroneException now has inner exception
This commit is contained in:
parent
18fe8ecfea
commit
e10a5ca213
2 changed files with 12 additions and 1 deletions
|
@ -6,7 +6,7 @@ using NzbDrone.Common.Exceptions;
|
|||
|
||||
namespace NzbDrone.Core.Configuration
|
||||
{
|
||||
public class InvalidConfigFileException : Exception
|
||||
public class InvalidConfigFileException : NzbDroneException
|
||||
{
|
||||
public InvalidConfigFileException(string message, Exception innerException) : base(message, innerException)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue