mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-26 23:06:06 +03:00
9 lines
100 B
PHP
9 lines
100 B
PHP
<?php
|
|
|
|
namespace Guzzle\Common\Exception;
|
|
|
|
/**
|
|
* Guzzle exception
|
|
*/
|
|
interface GuzzleException {}
|