Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
gilour
/
php-http
/
client-common
/
src
/
Exception
:
HttpClientNotFoundException.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php declare(strict_types=1); namespace Http\Client\Common\Exception; use Http\Client\Exception\TransferException; /** * Thrown when a http client cannot be chosen in a pool. * * @author Joel Wurtz <joel.wurtz@gmail.com> */ final class HttpClientNotFoundException extends TransferException { }