Fix exception description

This commit is contained in:
LIBERT Jérémy 2019-01-30 10:03:15 +01:00
parent cbf9c08431
commit eb31f7f667

View File

@ -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