You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current API throws IOException and IllegalArgumentException for the same category of problems such as bad Key or missing flow.
We should simplify the behavior by using IllegalArgumentException only.
The current API throws
IOExceptionandIllegalArgumentExceptionfor the same category of problems such as bad Key or missing flow.We should simplify the behavior by using
IllegalArgumentExceptiononly.