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