This commit is contained in:
Tyrrrz
2025-04-02 00:34:52 +03:00
parent 7add81a472
commit 6fb197cf0b
6 changed files with 32 additions and 39 deletions

View File

@@ -1,8 +1,3 @@
using System;
namespace DiscordChatExporter.Core.Exceptions;
// Thrown when there is circumstancially no message to export with given parameters,
// though it should not be treated as a runtime error; simply warn instead
public class ChannelEmptyException(string message)
: DiscordChatExporterException(message, false, null) { }
public class ChannelEmptyException(string message) : DiscordChatExporterException(message);