fix(core): Fixes errors from missing files (#511)

This commit is contained in:
Kamron Batman 2021-02-14 18:30:53 -08:00 committed by GitHub
parent ea5d09a7d7
commit 8006fa20df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 54 additions and 14 deletions

View file

@ -176,7 +176,7 @@ namespace Server
Utility.PushColor(ConsoleColor.Red);
Console.WriteLine("failed");
Utility.PopColor();
throw new Exception("Core: Server configuration failed to deserialize.");
throw new FileNotFoundException($"Failed to deserialize {m_FilePath}.");
}
Console.WriteLine("done");