Files
piratepoet/mailpoet/lib/Newsletter/Preview/SendPreviewException.php
Jan Jakes 9f790efbf0 Move plugin files to a subfolder
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00

7 lines
131 B
PHP

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