Files
w4rpservices/vendor/php-http/httplug/src/Exception.php
T
2018-12-19 23:27:43 -06:00

13 lines
193 B
PHP

<?php
namespace Http\Client;
/**
* Every HTTP Client related Exception must implement this interface.
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*/
interface Exception
{
}