Нема описа

SendPreviewException.php 164B

12345678910
  1. <?php declare(strict_types = 1);
  2. namespace MailPoet\Newsletter\Preview;
  3. if (!defined('ABSPATH')) exit;
  4. class SendPreviewException extends \RuntimeException {
  5. }