You are here

class DateRecurRulePartIncompatible in Recurring Dates Field 8.2

Same name and namespace in other branches
  1. 3.x src/Exception/DateRecurRulePartIncompatible.php \Drupal\date_recur\Exception\DateRecurRulePartIncompatible
  2. 3.0.x src/Exception/DateRecurRulePartIncompatible.php \Drupal\date_recur\Exception\DateRecurRulePartIncompatible
  3. 3.1.x src/Exception/DateRecurRulePartIncompatible.php \Drupal\date_recur\Exception\DateRecurRulePartIncompatible

Thrown when an incompatible part and frequency are combined.

Hierarchy

Expanded class hierarchy of DateRecurRulePartIncompatible

3 files declare their use of DateRecurRulePartIncompatible
DateRecurPartGrid.php in src/DateRecurPartGrid.php
DateRecurPartGridUnitTest.php in tests/src/Unit/DateRecurPartGridUnitTest.php
DateRecurRulePartConstraintValidator.php in src/Plugin/Validation/Constraint/DateRecurRulePartConstraintValidator.php

File

src/Exception/DateRecurRulePartIncompatible.php, line 10

Namespace

Drupal\date_recur\Exception
View source
class DateRecurRulePartIncompatible extends \InvalidArgumentException {

}

Members