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