Skip to content

fix(client): pass error reason to Exception base class#61

Merged
fguillot merged 1 commit intomainfrom
fix/error-str-message
Mar 24, 2026
Merged

fix(client): pass error reason to Exception base class#61
fguillot merged 1 commit intomainfrom
fix/error-str-message

Conversation

@fguillot
Copy link
Copy Markdown
Member

Call super().__init__() with the error message so that str() and repr() on ClientError subclasses produce useful output.

Call super().__init__() with the error message so that str() and
repr() on ClientError subclasses produce useful output.
@fguillot fguillot merged commit dba24a9 into main Mar 24, 2026
7 checks passed
@fguillot fguillot deleted the fix/error-str-message branch March 24, 2026 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant