Home
last modified time | relevance | path

Searched refs:InvalidArgumentException (Results 126 – 150 of 487) sorted by relevance

12345678910>>...20

/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php9 use InvalidArgumentException; alias
99 } catch (InvalidArgumentException $e) {
124 * @throws \InvalidArgumentException if not a valid CRON expression
130 throw new InvalidArgumentException(
149 * @throws \InvalidArgumentException if the value is not valid for the part
154 throw new InvalidArgumentException(
/plugin/davcard/vendor/sabre/vobject/lib/
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);
/plugin/webdavclient/vendor/sabre/vobject/lib/
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);
/plugin/davcal/vendor/sabre/vobject/lib/
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);
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php19 … throw new \InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
44 … throw new \InvalidArgumentException(sprintf('The directory "%s" is not writable.', $this->dir));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPuTTY.php91 …throw new \InvalidArgumentException('SSH only supports keys with an N (length of Group Order q) of…
113 …throw new \InvalidArgumentException('SSH only supports keys with an N (length of Group Order q) of…
/plugin/ifauthex/lib/
H A Dparser.php4 use \InvalidArgumentException; alias
250 …throw new InvalidArgumentException('tokenDefs can only be a TokenDefinition or an array of them.');
267 throw new InvalidArgumentException('Invalid fixing.');
320 throw new InvalidArgumentException('Invalid fixing specified.');
393 throw new InvalidArgumentException('Attempt to _splicePrefix with a negative offset.');
406 throw new InvalidArgumentException('Attempt to _splicePostfix with a negative offset.');
421 throw new InvalidArgumentException('Attempt to _spliceInfix with a negative offset.');
436 throw new InvalidArgumentException('Attempt to _spliceWrap with a negative offset.');
452 throw new InvalidArgumentException('Attempt to _spliceNone with a negative offset.');
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php5 use InvalidArgumentException; alias
108 …throw new InvalidArgumentException('The UID argument is required when a VCALENDAR is passed to thi…
111 throw new InvalidArgumentException('No events found in this calendar');
142 … throw new InvalidArgumentException('This VCALENDAR did not have an event with UID: ' . $uid);
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php5 use InvalidArgumentException; alias
108 …throw new InvalidArgumentException('The UID argument is required when a VCALENDAR is passed to thi…
111 throw new InvalidArgumentException('No events found in this calendar');
142 … throw new InvalidArgumentException('This VCALENDAR did not have an event with UID: ' . $uid);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php20 use InvalidArgumentException; alias
109 * @throws \InvalidArgumentException
131 throw new InvalidArgumentException(
153 throw new InvalidArgumentException(
345 * @throws \InvalidArgumentException
351 throw new InvalidArgumentException(
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php117 throw new \InvalidArgumentException(
152 throw new \InvalidArgumentException(
171 throw new \InvalidArgumentException(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DArrayEntryToken.php14 use Prophecy\Exception\InvalidArgumentException; alias
132 throw new InvalidArgumentException(sprintf(
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php7 use JMS\Serializer\Exception\InvalidArgumentException; alias
30 …throw new InvalidArgumentException(sprintf('The container must be an instance of %s or %s (%s give…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php145 throw new \InvalidArgumentException('Status code must be an integer value.');
152 … throw new \InvalidArgumentException('Status code must be an integer value between 1xx and 5xx.');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DSingletonPredictionContext.php49 throw new \InvalidArgumentException('Singleton prediction context has only one parent.');
58 throw new \InvalidArgumentException('Singleton prediction context has only one parent.');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php105 throw new \InvalidArgumentException($item . ' is a required constructor option');
111 throw new \InvalidArgumentException('Unknown option: ' . $key);
/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…
/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/webdav/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');
139 … throw new InvalidArgumentException('This VCALENDAR did not have an event with UID: '.$uid);
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php5 use InvalidArgumentException; alias
108 …throw new InvalidArgumentException('The UID argument is required when a VCALENDAR is passed to thi…
111 throw new InvalidArgumentException('No events found in this calendar');
142 … throw new InvalidArgumentException('This VCALENDAR did not have an event with UID: ' . $uid);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php137 * @throws \InvalidArgumentException
142 throw new \InvalidArgumentException('This set is readonly.');
258 throw new \InvalidArgumentException('This set is readonly');
326 throw new \InvalidArgumentException('This method is not implemented for readonly sets.');
345 throw new \InvalidArgumentException('This set is readonly');
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php75 …throw new \InvalidArgumentException('String could not be parsed as \\Sabre\\VObject\\Component\\VC…
86 …throw new \InvalidArgumentException('You can only pass strings or \\Sabre\\VObject\\Component\\VCa…
/plugin/webdav/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php70 …throw new \InvalidArgumentException('String could not be parsed as \\Sabre\\VObject\\Component\\VC…
77 …throw new \InvalidArgumentException('You can only pass strings or \\Sabre\\VObject\\Component\\VCa…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php106 throw new \InvalidArgumentException($item . ' is a required constructor option');
112 throw new \InvalidArgumentException('Unknown option: ' . $key);

12345678910>>...20