-
-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean ApiException.cs #646
Labels
Comments
Merged
Should |
@karb0f0s Agree, it makes sense to throw general |
Closed
Closed
This was referenced May 8, 2018
Closed due to inactivity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should clean this commented out part in
public static ApiRequestException FromApiResponse(ApiResponse apiResponse)
some exceptions already implemented, and there is no need to keep dead code for them, some not implemented yet, like case "bot was blocked by the user" but declared, which is misleading
The text was updated successfully, but these errors were encountered: