Repository URL to install this package:
Version:
0.1.20-1 ▾
|
odigos-demo-currency
/
opt
/
odigos-demo-currency
/
vendor
/
guzzlehttp
/
guzzle
/
src
/
Exception
/
GuzzleException.php
|
---|
<?php
namespace GuzzleHttp\Exception;
use Psr\Http\Client\ClientExceptionInterface;
interface GuzzleException extends ClientExceptionInterface
{
}