mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-15 07:47:54 +02:00
Exception message.
This commit is contained in:
@ -61,7 +61,7 @@ public abstract class LibraryConnector : GlobalBase
|
|||||||
switch (e)
|
switch (e)
|
||||||
{
|
{
|
||||||
case HttpRequestException:
|
case HttpRequestException:
|
||||||
logger?.WriteLine("LibraryManager.NetClient", $"Failed to make Request:\n\r{e}");
|
logger?.WriteLine("LibraryManager.NetClient", $"Failed to make Request:\n\r{e}\n\rContinuing.");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw;
|
throw;
|
||||||
|
Reference in New Issue
Block a user