mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
fix modifiers for various classes
Co-Authored-By: Taloth <Taloth@users.noreply.github.com> Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using System;
|
||||
using System;
|
||||
using NzbDrone.Common.Exceptions;
|
||||
|
||||
namespace NzbDrone.Core.Notifications.Slack
|
||||
{
|
||||
internal class SlackExeption : NzbDroneException
|
||||
public class SlackExeption : NzbDroneException
|
||||
{
|
||||
public SlackExeption(string message)
|
||||
: base(message)
|
||||
|
||||
Reference in New Issue
Block a user