PATH:
home
/
nappmpmd
/
mamza.xyz
/
wp-content
/
plugins
/
adfoxly
/
vendor
/
symfony
/
http-client-contracts
/
Exception
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Contracts\HttpClient\Exception; /** * When a 5xx response is returned. * * @author Nicolas Grekas <p@tchwork.com> */ interface ServerExceptionInterface extends HttpExceptionInterface { }
[-] ExceptionInterface.php
[edit]
[+]
..
[-] HttpExceptionInterface.php
[edit]
[-] DecodingExceptionInterface.php
[edit]
[-] ServerExceptionInterface.php
[edit]
[-] TimeoutExceptionInterface.php
[edit]
[-] TransportExceptionInterface.php
[edit]
[-] ClientExceptionInterface.php
[edit]
[-] RedirectionExceptionInterface.php
[edit]