10 lines
152 B
PHP
10 lines
152 B
PHP
<?php
|
|
|
|
namespace GuzzleHttp7\Exception;
|
|
|
|
use Psr\Http7\Client\ClientExceptionInterface;
|
|
|
|
interface GuzzleException extends ClientExceptionInterface
|
|
{
|
|
}
|