Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/theseer/../egulias/../symfony/amazon-mailer/../http-client-contracts/Exception/.
الملفات الموجودة في هذا الـ Path:
.
..
ClientExceptionInterface.php
DecodingExceptionInterface.php
ExceptionInterface.php
HttpExceptionInterface.php
RedirectionExceptionInterface.php
ServerExceptionInterface.php
TimeoutExceptionInterface.php
TransportExceptionInterface.php

مشاهدة ملف: ServerExceptionInterface.php

<?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
{
}