date_recur-8.x-2.2/src/Exception/DateRecurRulePartIncompatible.php
src/Exception/DateRecurRulePartIncompatible.php
<?php
declare(strict_types=1);
namespace Drupal\date_recur\Exception;
/**
* Thrown when an incompatible part and frequency are combined.
*/
class DateRecurRulePartIncompatible extends \InvalidArgumentException {}
