📂 File Browser

/AgentAI/vendor/psr/http-client/src
🌙 Dark Mode
🎯 Quick Launch:

📁 Directories

📄 Files

🐘 ClientExceptionInterface.php
▶ Open 📄 View Source
🐘 ClientInterface.php
▶ Open 📄 View Source
🐘 NetworkExceptionInterface.php
▶ Open 📄 View Source
🐘 RequestExceptionInterface.php
▶ Open 📄 View Source

📄 Source: ClientExceptionInterface.php

<?php

namespace Psr\Http\Client;

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