mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
@@ -4,11 +4,13 @@ namespace NzbDrone.Core.Notifications.Subsonic
|
||||
{
|
||||
public class SubsonicException : NzbDroneException
|
||||
{
|
||||
public SubsonicException(string message) : base(message)
|
||||
public SubsonicException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
|
||||
public SubsonicException(string message, params object[] args) : base(message, args)
|
||||
public SubsonicException(string message, params object[] args)
|
||||
: base(message, args)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user