mirror of
https://github.com/simshaun/recurr.git
synced 2025-03-15 03:39:46 +01:00
Fix exception description
This commit is contained in:
parent
cbf9c08431
commit
eb31f7f667
@ -305,7 +305,7 @@ class Rule
|
|||||||
$parts = array();
|
$parts = array();
|
||||||
|
|
||||||
if (!count($pieces)) {
|
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
|
// Split each piece of the RRULE in to KEY=>VAL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user