Exception message.
This commit is contained in:
parent
77f93d87f9
commit
2e02f0b237
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user