Skip to content

Commit

Permalink
Merge branch 'release/1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdria committed Nov 12, 2024
2 parents a9d5e52 + aeb027b commit caa094b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esignanywhere_python_client/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ def __init__(
request_data: Dict[str, Any],
response: requests.Response,
*args,
**kwargs,
) -> None:
"""BaseAPIESawErrorResponse."""
super().__init__(*args)
self.status_code = status_code
self.service_url = service_url
self.method_name = method_name
Expand Down

0 comments on commit caa094b

Please sign in to comment.