You are here

class DateRecurHelperArgumentException in Recurring Dates Field 3.0.x

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

Thrown when a helper cannot be created due to malformed arguments or values.

Hierarchy

Expanded class hierarchy of DateRecurHelperArgumentException

4 files declare their use of DateRecurHelperArgumentException
DateRecurFieldItemTest.php in tests/src/Kernel/DateRecurFieldItemTest.php
DateRecurItem.php in src/Plugin/Field/FieldType/DateRecurItem.php
DateRecurRlHelperUnitTest.php in tests/src/Unit/DateRecurRlHelperUnitTest.php
RlHelper.php in src/Rl/RlHelper.php

File

src/Exception/DateRecurHelperArgumentException.php, line 10

Namespace

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

}

Members