mirror of
https://github.com/simshaun/recurr.git
synced 2025-03-14 19:29:42 +01:00
Fix exception description
This commit is contained in:
parent
cbf9c08431
commit
eb31f7f667
@ -305,7 +305,7 @@ class Rule
|
||||
$parts = array();
|
||||
|
||||
if (!count($pieces)) {
|
||||
throw new InvalidRRule('DSTART is not valid');
|
||||
throw new InvalidRRule('RRULE is empty');
|
||||
}
|
||||
|
||||
// Split each piece of the RRULE in to KEY=>VAL
|
||||
|
Loading…
x
Reference in New Issue
Block a user