Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace GuzzleHttp\Exception; use Psr\Http\Client\ClientExceptionInterface; interface GuzzleException extends ClientExceptionInterface { }
<?php
namespace GuzzleHttp\Exception;
use Psr\Http\Client\ClientExceptionInterface;
interface GuzzleException extends ClientExceptionInterface
{
}