mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-23 04:56:02 +03:00
13 lines
165 B
PHP
13 lines
165 B
PHP
|
<?php
|
||
|
|
||
|
namespace Mailgun;
|
||
|
|
||
|
/**
|
||
|
* All Mailgun exception implements this exception.
|
||
|
*
|
||
|
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
|
||
|
*/
|
||
|
interface Exception
|
||
|
{
|
||
|
}
|