mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-06-01 10:15:27 +09:00
Update composer.json for PHP 7.2
This commit is contained in:
parent
35a93f3928
commit
e79493bda5
549 changed files with 21493 additions and 24634 deletions
10
vendor/psr/http-client/src/ClientExceptionInterface.php
vendored
Normal file
10
vendor/psr/http-client/src/ClientExceptionInterface.php
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Psr\Http\Client;
|
||||
|
||||
/**
|
||||
* Every HTTP client related exception MUST implement this interface.
|
||||
*/
|
||||
interface ClientExceptionInterface extends \Throwable
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue