mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-23 21:16:02 +03:00
6 lines
77 B
PHP
6 lines
77 B
PHP
<?php
|
|
namespace Mailgun\Exceptions;
|
|
|
|
class HTTPError extends \Exception{}
|
|
|
|
?>
|