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
Do not throw general Exception. Make a custom JsonException class and throw it instead. So, it's possible to catch this specific exception (higher in the code).
The text was updated successfully, but these errors were encountered:
Do not throw general
Exception
. Make a customJsonException
class and throw it instead. So, it's possible to catch this specific exception (higher in the code).The text was updated successfully, but these errors were encountered: