mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-18 22:03:17 +03:00
9 lines
100 B
PHP
9 lines
100 B
PHP
<?php
|
|
|
|
namespace Guzzle\Common\Exception;
|
|
|
|
/**
|
|
* Guzzle exception
|
|
*/
|
|
interface GuzzleException {}
|