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
As chamadas getParameters não realizam o tratamento de exceção correto.
Simplesmente as ignora. Exemplo: GetParameters(List<C4Model> models){ try { [...] } catch(Exception){ // ignored }
As chamadas getParameters não realizam o tratamento de exceção correto.
Simplesmente as ignora. Exemplo:
GetParameters(List<C4Model> models){ try { [...] } catch(Exception){ // ignored }