mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-23 21:16:02 +03:00
11 lines
174 B
PHP
11 lines
174 B
PHP
<?php
|
|
|
|
namespace Guzzle\Http\Exception;
|
|
|
|
use Guzzle\Common\Exception\GuzzleException;
|
|
|
|
/**
|
|
* Http exception interface
|
|
*/
|
|
interface HttpException extends GuzzleException {}
|