DateRecurRulePartIncompatible.php in Recurring Dates Field 3.1.x
Same filename and directory in other branches
Namespace
Drupal\date_recur\ExceptionFile
src/Exception/DateRecurRulePartIncompatible.phpView 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
Name | Description |
---|---|
DateRecurRulePartIncompatible | Thrown when an incompatible part and frequency are combined. |