mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-12 10:57:08 +02:00
Fix one more formatting issue
This commit is contained in:
parent
f526dbe213
commit
fe6ba1e8f5
1 changed files with 1 additions and 2 deletions
|
@ -5,5 +5,4 @@ namespace DiscordChatExporter.Core.Exceptions;
|
||||||
// Thrown when there is circumstancially no message to export with given parameters,
|
// 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
|
// though it should not be treated as a runtime error; simply warn instead
|
||||||
public class ChannelEmptyException(string message)
|
public class ChannelEmptyException(string message)
|
||||||
: DiscordChatExporterException(message, false, null)
|
: DiscordChatExporterException(message, false, null) { }
|
||||||
{ }
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue