DateRecurHelperArgumentException.php in Recurring Dates Field 3.0.x
Same filename and directory in other branches
Namespace
Drupal\date_recur\ExceptionFile
src/Exception/DateRecurHelperArgumentException.phpView source
<?php
declare (strict_types=1);
namespace Drupal\date_recur\Exception;
/**
* Thrown when a helper cannot be created due to malformed arguments or values.
*/
class DateRecurHelperArgumentException extends \InvalidArgumentException {
}
Classes
Name | Description |
---|---|
DateRecurHelperArgumentException | Thrown when a helper cannot be created due to malformed arguments or values. |