mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 12:40:32 +09:00
Update to laravel 7
This commit is contained in:
4
vendor/php-http/httplug/src/Exception.php
vendored
4
vendor/php-http/httplug/src/Exception.php
vendored
@@ -2,11 +2,13 @@
|
||||
|
||||
namespace Http\Client;
|
||||
|
||||
use Psr\Http\Client\ClientExceptionInterface as PsrClientException;
|
||||
|
||||
/**
|
||||
* Every HTTP Client related Exception must implement this interface.
|
||||
*
|
||||
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
|
||||
*/
|
||||
interface Exception
|
||||
interface Exception extends PsrClientException
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user