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

Capture the previous exception in generic ServiceException #143

Merged
merged 3 commits into from
Mar 26, 2021

Conversation

shalvah
Copy link
Contributor

@shalvah shalvah commented Mar 26, 2021

Status

READY

Description

Currently the ServiceException::generic() is thrown in a couple of places where an unknown exception occurred while sending the payload, and it discards the exception that was originally thrown, losing any context. See

} catch (Throwable $e) {
$this->handleServiceException(ServiceException::generic());
. This fixes that.

Additionally, this PR adds an unexpectedResponseCode() exception factory, to be used instead of generic when the response code is unexpected, since we do know what the problem is.

Copy link
Member

@joshuap joshuap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@shalvah shalvah merged commit b8bf914 into master Mar 26, 2021
@shalvah shalvah deleted the capture-exception branch March 26, 2021 16:11
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.

2 participants