Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/voku/.././././psr/http-client/src
الملفات الموجودة في هذا الـ Path:
.
..
ClientExceptionInterface.php
ClientInterface.php
NetworkExceptionInterface.php
RequestExceptionInterface.php

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

<?php

namespace Psr\Http\Client;

/**
 * Every HTTP client related exception MUST implement this interface.
 */
interface ClientExceptionInterface extends \Throwable
{
}