Api
3 years ago
Connection
3 years ago
Constants
7 years ago
Exception
3 years ago
HttpClient
3 years ago
Hydrator
3 years ago
Lists
7 years ago
Message
7 years ago
Messages
7 years ago
Model
7 years ago
Assert.php
7 years ago
Exception.php
7 years ago
HttpClientConfigurator.php
3 years ago
Mailgun.php
3 years ago
RequestBuilder.php
3 years ago
Exception.php
20 lines
| 1 | <?php |
| 2 | |
| 3 | /* |
| 4 | * Copyright (C) 2013 Mailgun |
| 5 | * |
| 6 | * This software may be modified and distributed under the terms |
| 7 | * of the MIT license. See the LICENSE file for details. |
| 8 | */ |
| 9 | |
| 10 | namespace Mailgun; |
| 11 | |
| 12 | /** |
| 13 | * All Mailgun exception implements this exception. |
| 14 | * |
| 15 | * @author Tobias Nyholm <tobias.nyholm@gmail.com> |
| 16 | */ |
| 17 | interface Exception |
| 18 | { |
| 19 | } |
| 20 |