mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-04 09:03:55 +00:00
Fix formatting
This commit is contained in:
@@ -6,7 +6,11 @@ public class DiscordChatExporterException : Exception
|
||||
{
|
||||
public bool IsFatal { get; }
|
||||
|
||||
public DiscordChatExporterException(string message, bool isFatal = false, Exception? innerException = null)
|
||||
public DiscordChatExporterException(
|
||||
string message,
|
||||
bool isFatal = false,
|
||||
Exception? innerException = null
|
||||
)
|
||||
: base(message, innerException)
|
||||
{
|
||||
IsFatal = isFatal;
|
||||
|
||||
Reference in New Issue
Block a user