6 lines
158 B
PHP
6 lines
158 B
PHP
<?php declare(strict_types = 1);
|
|
|
|
use MailPoet\Migrator\Migrator;
|
|
|
|
throw new Exception(sprintf('This file should not be processed by %s.', Migrator::class));
|