date_recur-8.x-2.2/src/Exception/DateRecurHelperArgumentException.php
src/Exception/DateRecurHelperArgumentException.php
<?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 {}
