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

Introduce ResponseParsingException and throw this exception in … #825

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2020

  1. Introduce ResponseParsingException and throw this exception in Abstra…

    …ctProvider::parseResponse() if necessary
    Hasan authored and hhn committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    4867539 View commit details
    Browse the repository at this point in the history
  2. Improve AbstractProviderTest to avoid php5.6 json_decode bug treating…

    … empty string as a valid json
    Hasan committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    c86cf24 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    6f08509 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    d4f856c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Merge branch 'master' into master

    Hasan committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    18131dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d3d013 View commit details
    Browse the repository at this point in the history
  3. Improve ResponseParsingExceptionTest

    Hasan committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    2281364 View commit details
    Browse the repository at this point in the history
  4. Increase coverage of AbstractProvider

    Hasan committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    1548683 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Throw ResponseParsingException (extending UnexpectedValueException) i…

    …f response body cannot be parsed as JSON
    Hasan committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    5843122 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    b7841a4 View commit details
    Browse the repository at this point in the history