Event handler method

This commit is contained in:
2023-04-16 20:46:14 +02:00
parent 23cc855940
commit 0f9874655b

View File

@@ -36,5 +36,10 @@ class Program
}
static void ErrorOccured(Exception e)
{
Console.WriteLine($"The following error occured while trying to load your profile:\n{e}\nMore details:\n{e.ToString()}");
}
}
}