Files
piratepoet/lib/Newsletter/Preview/SendPreviewException.php
2020-05-07 11:18:20 +02:00

7 lines
131 B
PHP

<?php declare(strict_types = 1);
namespace MailPoet\Newsletter\Preview;
class SendPreviewException extends \RuntimeException {
}