init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
namespace MailPoet\Newsletter\Preview;
|
||||
|
||||
if (!defined('ABSPATH')) exit;
|
||||
|
||||
|
||||
class SendPreviewException extends \RuntimeException {
|
||||
}
|
||||
Reference in New Issue
Block a user