geno/wp-content/plugins/mailpoet/lib/Newsletter/Preview/SendPreviewException.php
2024-02-01 11:54:18 +00:00

9 lines
164 B
PHP

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