Fixed a warning

This commit is contained in:
RogueException
2015-10-12 21:01:53 -03:00
parent 70c367084d
commit e808507558

View File

@@ -610,7 +610,7 @@ namespace Discord.WebSockets.Voice
if (!_connectedEvent.Wait(timeout, _cancelToken))
throw new TimeoutException();
}
catch (OperationCanceledException ex)
catch (OperationCanceledException)
{
ThrowError();
}