Blame view
sources/3rdparty/guzzle/common/Guzzle/Common/Exception/GuzzleException.php
100 Bytes
|
6d9380f96
|
1 2 3 4 5 6 7 8 |
<?php
namespace Guzzle\Common\Exception;
/**
* Guzzle exception
*/
interface GuzzleException {}
|