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