mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
10 lines
150 B
PHP
10 lines
150 B
PHP
<?php
|
|
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
use Psr\Http\Client\ClientExceptionInterface;
|
|
|
|
interface GuzzleException extends ClientExceptionInterface
|
|
{
|
|
}
|