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

feat: introduce UnexpectedResponse exception #114

Merged
merged 10 commits into from
Nov 8, 2024

Conversation

simPod
Copy link
Collaborator

@simPod simPod commented Oct 30, 2024

  • Added automated tests
  • Documented for all relevant versions
  • Updated the changelog

Resolves #112

Changes

Introduces UnexpectedResponse exception

Breaking changes

Not throwing InvalidDataException anymore

@simPod simPod force-pushed the exception branch 2 times, most recently from cb79ee6 to dafc915 Compare October 30, 2024 15:55
src/Error/UnexpectedResponse.php Outdated Show resolved Hide resolved
src/Error/UnexpectedResponse.php Outdated Show resolved Hide resolved
src/Error/UnexpectedResponse.php Outdated Show resolved Hide resolved
src/Error/UnexpectedResponse.php Outdated Show resolved Hide resolved
src/Error/UnexpectedResponse.php Outdated Show resolved Hide resolved
tests/generate-and-approve-examples.php Show resolved Hide resolved
@spawnia spawnia added the enhancement A feature or improvement label Oct 31, 2024
@spawnia spawnia merged commit 4e63b68 into spawnia:master Nov 8, 2024
24 checks passed
@simPod simPod deleted the exception branch November 8, 2024 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include response body in InvalidDataException
2 participants