1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-18 23:05:14 +01:00
guzzle/library/Guzzle/Common/GuzzleException.php

16 lines
279 B
PHP

<?php
/**
* @package Guzzle PHP <http://www.guzzlephp.org>
* @license See the LICENSE file that was distributed with this source code.
*/
namespace Guzzle\Common;
/**
* Guzzle exception
*
* @author Michael Dowling <michael@guzzlephp.org>
*/
interface GuzzleException
{
}