mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-22 14:07:07 +00:00
Fix formatting
This commit is contained in:
@@ -6,7 +6,11 @@ public class DiscordChatExporterException : Exception
|
|||||||
{
|
{
|
||||||
public bool IsFatal { get; }
|
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)
|
: base(message, innerException)
|
||||||
{
|
{
|
||||||
IsFatal = isFatal;
|
IsFatal = isFatal;
|
||||||
|
|||||||
Reference in New Issue
Block a user