You are here

DateRecurRulePartIncompatible.php in Recurring Dates Field 3.x

File

src/Exception/DateRecurRulePartIncompatible.php
View source
<?php

declare (strict_types=1);
namespace Drupal\date_recur\Exception;


/**
 * Thrown when an incompatible part and frequency are combined.
 */
class DateRecurRulePartIncompatible extends \InvalidArgumentException {

}

Classes

Namesort descending Description
DateRecurRulePartIncompatible Thrown when an incompatible part and frequency are combined.