We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
most important is explaining in what situation which exception will be thrown and that everything ever thrown implements Http\Client\Exception.
Hierarchy is the following
\InvalidArgumentException `- \Http\Client\Exception\InvalidArgumentException (implements \Http\Client\Exception) \RuntimeException `- \Http\Client\Exception\RuntimeException (implements \Http\Client\Exception) `- \Http\Client\Exception\TransferException |- \Http\Client\Exception\BatchException `- \Http\Client\Exception\RequestException |- \Http\Client\Exception\NetworkException `- \Http\Client\Exception\HttpException |- \Http\Client\Exception\ServerException `- \Http\Client\Exception\ClientException
The text was updated successfully, but these errors were encountered:
i guess there are two parts:
Sorry, something went wrong.
Agree 👍
php-http/httplug#82
dbu
No branches or pull requests
most important is explaining in what situation which exception will be thrown and that everything ever thrown implements Http\Client\Exception.
Hierarchy is the following
The text was updated successfully, but these errors were encountered: