Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
 
3
namespace GuzzleHttp\Exception;
4
 
5
use Psr\Http\Client\ClientExceptionInterface;
6
 
7
interface GuzzleException extends ClientExceptionInterface
8
{
9
}