Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 476 – 487 of 487) sorted by last modified time

1...<<11121314151617181920

/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php8 use InvalidArgumentException; alias
112 …throw new InvalidArgumentException('The UID argument is required when a VCALENDAR is passed to thi…
115 throw new InvalidArgumentException('No events found in this calendar');
146 … throw new InvalidArgumentException('This VCALENDAR did not have an event with UID: ' . $uid);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php236 …throw new \InvalidArgumentException('We were unable to determine the correct PHP timezone for tzid…
H A DCli.php6 InvalidArgumentException; alias
162 throw new InvalidArgumentException('Unknown format: ' . $value);
196 throw new InvalidArgumentException('Unknown format: ' . $value);
201 throw new InvalidArgumentException('Unknown option: ' . $name);
213 throw new InvalidArgumentException('Inputfile is a required argument');
217 throw new InvalidArgumentException('Too many arguments');
221 throw new InvalidArgumentException('Uknown command: ' . $positional[0]);
224 } catch (InvalidArgumentException $e) {
H A DVCardConverter.php40 …throw new \InvalidArgumentException('Only vCard 2.1, 3.0 and 4.0 are supported for the input data'…
43 … throw new \InvalidArgumentException('You can only use vCard 3.0 or 4.0 for the target version');
H A DComponent.php115 …throw new \InvalidArgumentException('The second argument must not be specified, when passing a VOb…
126 …throw new \InvalidArgumentException('The first argument must either be a \\Sabre\\VObject\\Node or…
177 …throw new \InvalidArgumentException('The item you passed to remove() was not a child of this compo…
H A DFreeBusyGenerator.php160 …throw new \InvalidArgumentException('You can only pass strings or \\Sabre\\VObject\\Component argu…
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php57 throw new \InvalidArgumentException('Only one value allowed');
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php110 …throw new \InvalidArgumentException('Unsupported encoding. (Supported encodings: ' . implode(', ',…
138 … throw new \InvalidArgumentException('This parser can only read from strings or streams.');
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md99 `InvalidArgumentException` and `LogicException` in all places where we fail
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php5 use InvalidArgumentException; alias
234 …throw new InvalidArgumentException('The writer does not know how to serialize arrays with keys of …
241 …throw new InvalidArgumentException('The writer cannot serialize objects of class: ' . get_class($v…
245 …throw new InvalidArgumentException('The writer cannot serialize values of type: ' . gettype($value…
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php254 …throw new \InvalidArgumentException('"' . get_class($object) . '" is not a registered value object…
271 * @throws InvalidArgumentException
280 …throw new \InvalidArgumentException('\'' . $str . '\' is not a valid clark-notation formatted stri…
/plugin/fblogin/lib/
H A Dbase_facebook.php1024 throw new InvalidArgumentException(

1...<<11121314151617181920