mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
@@ -3,13 +3,15 @@ using NzbDrone.Common.Exceptions;
|
||||
|
||||
namespace NzbDrone.Core.Notifications.Slack
|
||||
{
|
||||
class SlackExeption : NzbDroneException
|
||||
internal class SlackExeption : NzbDroneException
|
||||
{
|
||||
public SlackExeption(string message) : base(message)
|
||||
public SlackExeption(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
|
||||
public SlackExeption(string message, Exception innerException, params object[] args) : base(message, innerException, args)
|
||||
public SlackExeption(string message, Exception innerException, params object[] args)
|
||||
: base(message, innerException, args)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user