include some type info with extension exception

This commit is contained in:
Kyle Spearrin 2018-06-30 08:55:54 -04:00
parent bf99cea004
commit 45dd240415

View file

@ -358,7 +358,8 @@ namespace Bit.iOS.Extension
} }
else else
{ {
throw new Exception("Cannot parse list for action."); throw new Exception("Cannot parse list for action. List is " +
(list?.GetType().ToString() ?? "null"));
} }
_googleAnalyticsService.TrackExtensionEvent("ProcessItemProvider", type); _googleAnalyticsService.TrackExtensionEvent("ProcessItemProvider", type);