Searched refs:InvalidDataException (Results 1 – 20 of 20) sorted by relevance
40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);70 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);80 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);101 … throw new InvalidDataException('The supplied iCalendar duration value is incorrect: '.$duration);315 throw new InvalidDataException('Invalid vCard date-time string: '.$date);415 throw new InvalidDataException('Invalid vCard time string: '.$date);524 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
13 class InvalidDataException extends \Exception class
131 } catch (InvalidDataException $e) {
216 …throw new InvalidDataException('Unsupported VALUE parameter for '.$name.' property. You supplied "…
40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: ' . $dt);50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: ' . $dt);71 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: ' . $date);81 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: ' . $date);103 …throw new InvalidDataException('The supplied iCalendar duration value is incorrect: ' . $duration);324 throw new InvalidDataException('Invalid vCard date-time string: ' . $date);430 throw new InvalidDataException('Invalid vCard time string: ' . $date);543 throw new InvalidDataException('Invalid vCard date-time string: ' . $date);
13 class InvalidDataException extends \Exception { class
147 } catch (InvalidDataException $e) {
220 …throw new InvalidDataException('Unsupported VALUE parameter for ' . $name . ' property. You suppli…
9 use Sabre\VObject\InvalidDataException; alias729 … throw new InvalidDataException('Unknown value for FREQ=' . strtoupper($value));756 … throw new InvalidDataException(strtoupper($key) . ' in RRULE must be a positive integer!');778 … throw new InvalidDataException('Invalid part in BYDAY clause: ' . $part);792 …throw new InvalidDataException('BYYEARDAY in RRULE must have value(s) from 1 to 366, or -366 to -1…801 …throw new InvalidDataException('BYWEEKNO in RRULE must have value(s) from 1 to 53, or -53 to -1!');810 … throw new InvalidDataException('BYMONTH in RRULE must have value(s) betweeen 1 and 12!');824 throw new InvalidDataException('Not supported: ' . strtoupper($key));
9 use Sabre\VObject\InvalidDataException; alias694 … throw new InvalidDataException('Unknown value for FREQ='.strtoupper($value));720 … throw new InvalidDataException(strtoupper($key).' in RRULE must be a positive integer!');742 throw new InvalidDataException('Invalid part in BYDAY clause: '.$part);756 …throw new InvalidDataException('BYYEARDAY in RRULE must have value(s) from 1 to 366, or -366 to -1…765 …throw new InvalidDataException('BYWEEKNO in RRULE must have value(s) from 1 to 53, or -53 to -1!');774 … throw new InvalidDataException('BYMONTH in RRULE must have value(s) between 1 and 12!');788 throw new InvalidDataException('Not supported: '.strtoupper($key));
8 use Sabre\VObject\InvalidDataException; alias52 …throw new InvalidDataException('time-range filters on VALARM components are only supported when th…
9 use Sabre\VObject\InvalidDataException; alias336 … throw new InvalidDataException('Every VEVENT object must have a UID property');
8 use Sabre\VObject\InvalidDataException; alias51 …throw new InvalidDataException('time-range filters on VALARM components are only supported when th…
9 use Sabre\VObject\InvalidDataException; alias324 … throw new InvalidDataException('Every VEVENT object must have a UID property');
8 use Sabre\VObject\InvalidDataException; alias394 } catch (InvalidDataException $e) {
8 use Sabre\VObject\InvalidDataException; alias357 } catch (InvalidDataException $e) {
9 use Sabre\VObject\InvalidDataException; alias361 } catch (InvalidDataException $e) {
9 use Sabre\VObject\InvalidDataException; alias394 } catch (InvalidDataException $e) {
84 * #327: Throwing `InvalidDataException` in more cases where invalid iCalendar159 * #265: Using the new `InvalidDataException` in place of
23 * #327: Throwing `InvalidDataException` in more cases where invalid iCalendar98 * #265: Using the new `InvalidDataException` in place of