Home
last modified time | relevance | path

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

12345678910>>...20

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DSchedulingObject.php53 … throw new \InvalidArgumentException('The objectData argument must contain an \'uri\' property');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharedCalendar.php29 …throw new \InvalidArgumentException('The ' . $r . ' property must be specified for SharedCalendar(…
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php111 …throw new \InvalidArgumentException('The second argument must not be specified, when passing a VOb…
128 …throw new \InvalidArgumentException('The first argument must either be a \\Sabre\\VObject\\Node or…
164 …throw new \InvalidArgumentException('The item you passed to remove() was not a child of this compo…
H A DDateTimeParser.php8 use InvalidArgumentException; alias
299 throw new InvalidArgumentException('Invalid vCard date-time string: ' . $date);
404 throw new InvalidArgumentException('Invalid vCard time string: ' . $date);
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 DFreeBusyGenerator.php138 …throw new \InvalidArgumentException('You can only pass strings or \\Sabre\\VObject\\Component argu…
H A DTimeZoneUtil.php225 …throw new \InvalidArgumentException('We were unable to determine the correct PHP timezone for tzid…
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');
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php90 … throw new \InvalidArgumentException('This parser can only read from strings or streams.');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php46 throw new \InvalidArgumentException('Unknown value passed in $children');
/plugin/davcal/vendor/sabre/http/lib/
H A DResponse.php165 throw new \InvalidArgumentException('The HTTP status code must be exactly 3 digits');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php154 throw new \InvalidArgumentException($item . ' is a required constructor option');
160 throw new \InvalidArgumentException('Unknown option: ' . $key);
H A DInviteReply.php105 throw new \InvalidArgumentException($item . ' is a required constructor option');
111 throw new \InvalidArgumentException('Unknown option: ' . $key);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php242 …throw new \InvalidArgumentException('Every user must have one of cs:invite-accepted, cs:invite-dec…
H A DScheduleCalendarTransp.php47 …throw new \InvalidArgumentException('The value must either be specified as "transparent" or "opaqu…
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DBinary.php48 …throw new \InvalidArgumentException('The argument must either be a string or an array with only on…
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php64 … throw new \InvalidArgumentException('You must either pass a string, or a key=>value array');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php57 …throw new \InvalidArgumentException('The ' . $r . ' field is required when creating a subscription…
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php117 throw new \InvalidArgumentException('A baseUri must be provided');
/plugin/davcal/vendor/composer/
H A DClassLoader.php174 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
225 …throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.…
/plugin/davcal/vendor/sabre/xml/lib/
H A DService.php176 * @throws InvalidArgumentException
182 …throw new \InvalidArgumentException('\'' . $str . '\' is not a valid clark-notation formatted stri…
H A DWriter.php6 use InvalidArgumentException; alias
116 …throw new InvalidArgumentException('When passing an array to ->write with numeric indices, every i…
145 …throw new InvalidArgumentException('The writer cannot serialize objects of type: ' . get_class($va…
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DInvalidArgumentException.php5 class InvalidArgumentException extends \InvalidArgumentException class
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticaHandler.php84 … throw new \InvalidArgumentException('ElasticaHandler is only compatible with ElasticaFormatter');
H A DFlowdockHandler.php75 …throw new \InvalidArgumentException('The FlowdockHandler requires an instance of Monolog\Formatter…
86 …throw new \InvalidArgumentException('The FlowdockHandler must be configured (via setFormatter) wit…

12345678910>>...20