Merge pull request #16715 from mattwire/cancelsubscriptiongeneratetext
[civicrm-core.git] / setup / src / Setup / Exception / InitException.php
1 <?php
2 namespace Civi\Setup\Exception;
3
4 class InitException extends \RuntimeException {
5 }