Skip to content
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

10.9 #145

Merged
merged 5 commits into from
May 11, 2024
Merged

10.9 #145

merged 5 commits into from
May 11, 2024

Conversation

crobibero
Copy link
Member

No description provided.

@crobibero crobibero merged commit 85e1040 into master May 11, 2024
6 checks passed
Comment on lines +55 to +58
catch (Exception ex)
{
throw new JsonException($"Failed to parse response, code: {Code}, context: {string.Join(", ", context)}, body: \n{(string.IsNullOrWhiteSpace(Body) ? "\"\"" : Body)}", ex);
}

Check notice

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.
@crobibero crobibero deleted the unstable branch December 19, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants