Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static void | ShowFailedToLoadAssetError (Exception exception, string filePath) |
static void | ShowFileSavingFailError (Exception exception, string filePath) |
static void | ShowDirectoryCreationFailError (Exception exception, string folderPath) |
Static Private Member Functions | |
static void | IncludeOriginalMessage (StringBuilder text, Exception exception) |
static void | AppendSuggestions (StringBuilder text, List< string > suggestions) |
static void | ShowTheBox (string preparedMessage) |
Definition at line 11 of file FancyErrorPrinter.cs.