You are here

DateRecurHelperArgumentException.php in Recurring Dates Field 3.x

File

src/Exception/DateRecurHelperArgumentException.php
View 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

Namesort descending Description
DateRecurHelperArgumentException Thrown when a helper cannot be created due to malformed arguments or values.