oont-contents/plugins/mailpoet/lib/Newsletter/Preview/SendPreviewException.php
2025-02-08 15:10:23 +01:00

9 lines
164 B
PHP

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