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 JsonFieldMissingException exception should extend the Gson JsonParseException to prevent unexpected runtime exceptions being thrown since the JsonFieldMissingException is not added to the method signature of the gson fromJson
The text was updated successfully, but these errors were encountered:
The
JsonFieldMissingException
exception should extend the GsonJsonParseException
to prevent unexpected runtime exceptions being thrown since theJsonFieldMissingException
is not added to the method signature of the gsonfromJson
The text was updated successfully, but these errors were encountered: